Class: Aws::Organizations::Types::DeclineHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DeclineHandshakeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
A ‘Handshake` object.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A ‘Handshake` object. Contains details for the declined handshake.
1379 1380 1381 1382 1383 |
# File 'lib/aws-sdk-organizations/types.rb', line 1379 class DeclineHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |