Class: Aws::PartnerCentralChannel::Types::GetRelationshipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::GetRelationshipRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the relationship.
-
#identifier ⇒ String
The unique identifier of the relationship to retrieve.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account associated with the relationship.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the relationship.
585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 585 class GetRelationshipRequest < Struct.new( :catalog, :program_management_account_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the relationship to retrieve.
585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 585 class GetRelationshipRequest < Struct.new( :catalog, :program_management_account_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#program_management_account_identifier ⇒ String
The identifier of the program management account associated with the relationship.
585 586 587 588 589 590 591 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 585 class GetRelationshipRequest < Struct.new( :catalog, :program_management_account_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |