Class: Aws::ControlTower::Types::ListEnabledControlsInput

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

#filterTypes::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_childrenBoolean

A boolean value that determines whether to include enabled controls from child organizational units in the response.

Returns:

  • (Boolean)


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_resultsInteger

How many results to return per API call.

Returns:

  • (Integer)


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_tokenString

The token to continue the list from a previous API call with the same parameters.

Returns:

  • (String)


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_identifierString

The ARN of the organizational unit. For information on how to find the targetIdentifier, see the overview page.

Returns:

  • (String)


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