Class: Aws::Organizations::Types::EnableAllFeaturesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::EnableAllFeaturesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Instance Attribute Summary collapse
-
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake created to support this request to enable all features in the organization.
Instance Attribute Details
#handshake ⇒ Types::Handshake
A structure that contains details about the handshake created to support this request to enable all features in the organization.
995 996 997 998 |
# File 'lib/aws-sdk-organizations/types.rb', line 995 class EnableAllFeaturesResponse < Struct.new( :handshake) include Aws::Structure end |