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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#handshakeTypes::Handshake

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

Returns:



338
339
340
341
342
# File 'lib/aws-sdk-organizations/types.rb', line 338

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