Class: Aws::PartnerCentralChannel::Types::RejectChannelHandshakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RejectChannelHandshakeRequest
- 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 reject.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the handshake request.
1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1146 class RejectChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the channel handshake to reject.
1146 1147 1148 1149 1150 1151 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1146 class RejectChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |