Class: Aws::ControlTower::Types::ListEnabledControlsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_controlsArray<Types::EnabledControlSummary>

Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.

Returns:



1167
1168
1169
1170
1171
1172
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1167

class ListEnabledControlsOutput < Struct.new(
  :enabled_controls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Retrieves the next page of results. If the string is empty, the response is the end of the results.

Returns:

  • (String)


1167
1168
1169
1170
1171
1172
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1167

class ListEnabledControlsOutput < Struct.new(
  :enabled_controls,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end