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 Handshake object. Contains for the handshake that you canceled.

Returns:



357
358
359
360
361
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 357

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