Class: Aws::ControlTower::Types::ResetEnabledControlInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-controltower/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_control_identifierString

The ARN of the enabled control to be reset.

Returns:

  • (String)


1816
1817
1818
1819
1820
# File 'lib/aws-sdk-controltower/types.rb', line 1816

class ResetEnabledControlInput < Struct.new(
  :enabled_control_identifier)
  SENSITIVE = []
  include Aws::Structure
end