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

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

Returns:



1974
1975
1976
1977
1978
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1974

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