Class: Aws::Organizations::Types::DeclineHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DeclineHandshakeResponse
- 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 details for the declined handshake.
1382 1383 1384 1385 1386 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1382 class DeclineHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |