Class: Aws::ControlTower::Types::ListEnabledControlsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ListEnabledControlsInput
- Defined in:
- gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::EnabledControlFilter
An input filter for the
ListEnabledControlsAPI that lets you select the types of control operations to view. -
#include_children ⇒ Boolean
A boolean value that determines whether to include enabled controls from child organizational units in the response.
-
#max_results ⇒ Integer
How many results to return per API call.
-
#next_token ⇒ String
The token to continue the list from a previous API call with the same parameters.
-
#target_identifier ⇒ String
The ARN of the organizational unit.
Instance Attribute Details
#filter ⇒ Types::EnabledControlFilter
An input filter for the ListEnabledControls API that lets you
select the types of control operations to view.
1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1628 class ListEnabledControlsInput < Struct.new( :target_identifier, :next_token, :max_results, :filter, :include_children) SENSITIVE = [] include Aws::Structure end |
#include_children ⇒ Boolean
A boolean value that determines whether to include enabled controls from child organizational units in the response.
1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1628 class ListEnabledControlsInput < Struct.new( :target_identifier, :next_token, :max_results, :filter, :include_children) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
How many results to return per API call.
1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1628 class ListEnabledControlsInput < Struct.new( :target_identifier, :next_token, :max_results, :filter, :include_children) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to continue the list from a previous API call with the same parameters.
1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1628 class ListEnabledControlsInput < Struct.new( :target_identifier, :next_token, :max_results, :filter, :include_children) SENSITIVE = [] include Aws::Structure end |
#target_identifier ⇒ String
The ARN of the organizational unit. For information on how to find
the targetIdentifier, see the overview page.
1628 1629 1630 1631 1632 1633 1634 1635 1636 |
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1628 class ListEnabledControlsInput < Struct.new( :target_identifier, :next_token, :max_results, :filter, :include_children) SENSITIVE = [] include Aws::Structure end |