Class: Aws::PartnerCentralAccount::Types::CancelConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CancelConnectionResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled connection.
-
#catalog ⇒ String
The catalog identifier where the connection was canceled.
-
#connection_types ⇒ Hash<String,Types::ConnectionTypeDetail>
The list of connection types that were active before cancellation.
-
#id ⇒ String
The unique identifier of the canceled connection.
-
#other_participant_account_id ⇒ String
The AWS account ID of the other participant in the canceled connection.
-
#updated_at ⇒ Time
The timestamp when the connection was last updated (canceled).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled connection.
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < 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 was canceled.
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < 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 list of connection types that were active before cancellation.
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < 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 canceled connection.
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < 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 canceled connection.
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < 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 (canceled).
404 405 406 407 408 409 410 411 412 413 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 404 class CancelConnectionResponse < Struct.new( :catalog, :id, :arn, :other_participant_account_id, :updated_at, :connection_types) SENSITIVE = [] include Aws::Structure end |