Class: Aws::Types::EnableControlInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#control_identifier::String

Returns the value of attribute control_identifier.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def control_identifier
  @control_identifier
end

#parameters::Array[Types::EnabledControlParameter]

Returns the value of attribute parameters.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def parameters
  @parameters
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end

#target_identifier::String

Returns the value of attribute target_identifier.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def target_identifier
  @target_identifier
end