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

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 details about the handshake that you canceled.

Returns:



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

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