Class: Aws::Organizations::Types::DescribeHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DescribeHandshakeResponse
- 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 information about the specified handshake.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains information about the specified handshake.
1590 1591 1592 1593 1594 |
# File 'lib/aws-sdk-organizations/types.rb', line 1590 class DescribeHandshakeResponse < Struct.new( :handshake) SENSITIVE = [] include Aws::Structure end |