Class: Aws::Organizations::Types::CancelHandshakeResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#handshakeTypes::Handshake

A structure that contains details about the handshake that you canceled.

Returns:



206
207
208
209
# File 'lib/aws-sdk-organizations/types.rb', line 206

class CancelHandshakeResponse < Struct.new(
  :handshake)
  include Aws::Structure
end