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 structure that contains details about the declined handshake.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains details about the declined handshake. The state is updated to show the value ‘DECLINED`.
1300 1301 1302 1303 1304 |
# File 'lib/aws-sdk-organizations/types.rb', line 1300 class DeclineHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |