Class: Aws::PartnerCentralAccount::Types::GetConnectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier where the connection exists.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1249

class GetConnectionRequest < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the connection to retrieve.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1249

class GetConnectionRequest < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end