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