Class: Aws::PartnerCentralAccount::Types::Connection
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::Connection
- 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
-
#arn ⇒ String
The AWS Resource Name (ARN) of the connection.
-
#catalog ⇒ String
The catalog identifier that the connection belongs to.
-
#connection_types ⇒ Hash<String,Types::ConnectionTypeDetail>
The type of connection.
-
#id ⇒ String
The unique identifier of the connection.
-
#other_participant_account_id ⇒ String
The AWS account ID of the other participant in the connection.
-
#updated_at ⇒ Time
The timestamp when the connection was last updated.
Instance Attribute Details
#arn ⇒ String
The AWS Resource Name (ARN) of the connection.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier that the connection belongs to.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#connection_types ⇒ Hash<String,Types::ConnectionTypeDetail>
The type of connection.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the connection.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#other_participant_account_id ⇒ String
The AWS account ID of the other participant in the connection.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the connection was last updated.
548 549 550 551 552 553 554 555 556 557 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 548 class Connection < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |