Class: Aws::PartnerCentralAccount::Types::ConnectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ConnectionSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
A summary view of an active connection between partners containing key information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the connection.
-
#catalog ⇒ String
The catalog identifier where the connection exists.
-
#connection_types ⇒ Hash<String,Types::ConnectionTypeSummary>
A map of connection types and their summary information for this 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 Amazon Resource Name (ARN) of the connection.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier where the connection exists.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |
#connection_types ⇒ Hash<String,Types::ConnectionTypeSummary>
A map of connection types and their summary information for this connection.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < 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.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < 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.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < 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.
656 657 658 659 660 661 662 663 664 665 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 656 class ConnectionSummary < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |