Class: Aws::Organizations::Types::EnableAllFeaturesResponse

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 created to support this request to enable all features in the organization.

Returns:



1044
1045
1046
1047
# File 'lib/aws-sdk-organizations/types.rb', line 1044

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