Class: Aws::PartnerCentralAccount::Types::Connection

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

Overview

Base structure containing common connection properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The AWS Resource Name (ARN) of the connection.

Returns:

  • (String)


561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

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

#catalogString

The catalog identifier that the connection belongs to.

Returns:

  • (String)


561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

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

#connection_typesHash<String,Types::ConnectionTypeDetail>

The type of connection.

Returns:



561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

class Connection < 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)


561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

class Connection < 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)


561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

class Connection < 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)


561
562
563
564
565
566
567
568
569
570
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 561

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