Class: Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the handshake request.
-
#identifier ⇒ String
The unique identifier of the channel handshake to accept.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the handshake request.
47 48 49 50 51 52 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 47 class AcceptChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the channel handshake to accept.
47 48 49 50 51 52 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 47 class AcceptChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |