Class: Aws::PartnerCentralChannel::Types::CancelChannelHandshakeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CancelChannelHandshakeRequest
- 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 cancel.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the handshake request.
119 120 121 122 123 124 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 119 class CancelChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the channel handshake to cancel.
119 120 121 122 123 124 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 119 class CancelChannelHandshakeRequest < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |