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

#max_resultsInteger

How many results to return per API call.

Returns:

  • (Integer)


1147
1148
1149
1150
1151
1152
1153
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1147

class ListEnabledControlsInput < Struct.new(
  :max_results,
  :next_token,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1147
1148
1149
1150
1151
1152
1153
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1147

class ListEnabledControlsInput < Struct.new(
  :max_results,
  :next_token,
  :target_identifier)
  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)


1147
1148
1149
1150
1151
1152
1153
# File 'gems/aws-sdk-controltower/lib/aws-sdk-controltower/types.rb', line 1147

class ListEnabledControlsInput < Struct.new(
  :max_results,
  :next_token,
  :target_identifier)
  SENSITIVE = []
  include Aws::Structure
end