Class: Aws::Organizations::Types::DescribeHandshakeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#handshakeTypes::Handshake

A structure that contains information about the specified handshake.

Returns:



1656
1657
1658
1659
1660
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1656

class DescribeHandshakeResponse < Struct.new(
  :handshake)
  SENSITIVE = []
  include Aws::Structure
end