Class: Aws::ControlTower::Types::ListEnabledControlsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListEnabledControlsOutput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_controls ⇒ Array<Types::EnabledControlSummary>
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
-
#next_token ⇒ String
Retrieves the next page of results.
Instance Attribute Details
#enabled_controls ⇒ Array<Types::EnabledControlSummary>
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.
1405 1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1405 class ListEnabledControlsOutput < Struct.new( :enabled_controls, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Retrieves the next page of results. If the string is empty, the response is the end of the results.
1405 1406 1407 1408 1409 1410 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1405 class ListEnabledControlsOutput < Struct.new( :enabled_controls, :next_token) SENSITIVE = [] include Aws::Structure end |