Class: Aws::PartnerCentralChannel::Types::GetRelationshipRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier for the relationship.

Returns:

  • (String)


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

#identifierString

The unique identifier of the relationship to retrieve.

Returns:

  • (String)


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_identifierString

The identifier of the program management account associated with the relationship.

Returns:

  • (String)


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