Class: Aws::Organizations::Types::CancelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::CancelHandshakeResponse
- Defined in:
- gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
A
Handshakeobject.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A Handshake object. Contains for the handshake that you canceled.
357 358 359 360 361 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 357 class CancelHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |