Class: Aws::PartnerCentralAccount::Types::GetConnectionResponse

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

#arnString

The Amazon Resource Name (ARN) of the connection.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end

#catalogString

The catalog identifier where the connection exists.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end

#connection_typesHash<String,Types::ConnectionTypeDetail>

The list of connection types active between the partners.

Returns:



1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the connection.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end

#other_participant_account_idString

The AWS account ID of the other participant in the connection.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the connection was last updated.

Returns:

  • (Time)


1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1282

class GetConnectionResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :other_participant_account_id,
  :updated_at,
  :connection_types)
  SENSITIVE = []
  include Aws::Structure
end