Class: Aws::Types::UpdateSecurityControlRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_update_reason::String

Returns the value of attribute last_update_reason.

Returns:

  • (::String)


8074
8075
8076
# File 'sig/types.rbs', line 8074

def last_update_reason
  @last_update_reason
end

#parameters::Hash[::String, Types::ParameterConfiguration]

Returns the value of attribute parameters.

Returns:



8073
8074
8075
# File 'sig/types.rbs', line 8073

def parameters
  @parameters
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


8072
8073
8074
# File 'sig/types.rbs', line 8072

def security_control_id
  @security_control_id
end