Class: Aws::PartnerCentralChannel::Types::ChannelHandshakeSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ChannelHandshakeSummary
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Summary information about a channel handshake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the handshake.
-
#associated_resource_id ⇒ String
The identifier of the resource associated with the handshake.
-
#catalog ⇒ String
The catalog identifier associated with the handshake.
-
#created_at ⇒ Time
The timestamp when the handshake was created.
-
#detail ⇒ Types::HandshakeDetail
Detailed information about the handshake.
-
#handshake_type ⇒ String
The type of the handshake.
-
#id ⇒ String
The unique identifier of the handshake.
-
#owner_account_id ⇒ String
The AWS account ID of the handshake owner.
-
#receiver_account_id ⇒ String
The AWS account ID of the handshake receiver.
-
#sender_account_id ⇒ String
The AWS account ID of the handshake sender.
-
#sender_display_name ⇒ String
The display name of the handshake sender.
-
#status ⇒ String
The current status of the handshake.
-
#updated_at ⇒ Time
The timestamp when the handshake was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#associated_resource_id ⇒ String
The identifier of the resource associated with the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier associated with the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the handshake was created.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#detail ⇒ Types::HandshakeDetail
Detailed information about the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#handshake_type ⇒ String
The type of the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The AWS account ID of the handshake owner.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#receiver_account_id ⇒ String
The AWS account ID of the handshake receiver.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#sender_account_id ⇒ String
The AWS account ID of the handshake sender.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#sender_display_name ⇒ String
The display name of the handshake sender.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the handshake.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the handshake was last updated.
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 221 class ChannelHandshakeSummary < Struct.new( :id, :arn, :catalog, :handshake_type, :owner_account_id, :sender_account_id, :sender_display_name, :receiver_account_id, :associated_resource_id, :detail, :created_at, :updated_at, :status) SENSITIVE = [] include Aws::Structure end |