Class: Aws::Organizations::Types::CancelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CancelHandshakeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake that you canceled.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake that you canceled.
338 339 340 341 342 |
# File 'lib/aws-sdk-organizations/types.rb', line 338 class CancelHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |