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 AWS 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 AWS Control Tower on the specified organizational unit and the accounts it contains.
226 227 228 229 230 231 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 226 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 current response is the end of the results.
226 227 228 229 230 231 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 226 class ListEnabledControlsOutput < Struct.new( :enabled_controls, :next_token) SENSITIVE = [] include Aws::Structure end |