Class: Aws::IAM::Types::EnableOrganizationsRootSessionsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_featuresArray<String>

The features you have enabled for centralized root access.



3160
3161
3162
3163
3164
3165
# File 'lib/aws-sdk-iam/types.rb', line 3160

class EnableOrganizationsRootSessionsResponse < Struct.new(
  :organization_id,
  :enabled_features)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

The unique identifier (ID) of an organization.



3160
3161
3162
3163
3164
3165
# File 'lib/aws-sdk-iam/types.rb', line 3160

class EnableOrganizationsRootSessionsResponse < Struct.new(
  :organization_id,
  :enabled_features)
  SENSITIVE = []
  include Aws::Structure
end