Class: Aws::Organizations::Types::AcceptHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::AcceptHandshakeResponse
- 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 accepted handshake.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains details about the accepted handshake.
53 54 55 56 57 |
# File 'lib/aws-sdk-organizations/types.rb', line 53 class AcceptHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |