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:



1592
1593
1594
1595
1596
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1592

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