Class: Aws::Types::RemediationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1978
1979
1980
# File 'sig/types.rbs', line 1978

def arn
  @arn
end

#automaticBoolean

Returns the value of attribute automatic.

Returns:

  • (Boolean)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def automatic
  @automatic
end

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def config_rule_name
  @config_rule_name
end

#created_by_service::String

Returns the value of attribute created_by_service.

Returns:

  • (::String)


1979
1980
1981
# File 'sig/types.rbs', line 1979

def created_by_service
  @created_by_service
end

#execution_controlsTypes::ExecutionControls

Returns the value of attribute execution_controls.



1975
1976
1977
# File 'sig/types.rbs', line 1975

def execution_controls
  @execution_controls
end

#maximum_automatic_attempts::Integer

Returns the value of attribute maximum_automatic_attempts.

Returns:

  • (::Integer)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def maximum_automatic_attempts
  @maximum_automatic_attempts
end

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

Returns the value of attribute parameters.

Returns:



1972
1973
1974
# File 'sig/types.rbs', line 1972

def parameters
  @parameters
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def resource_type
  @resource_type
end

#retry_attempt_seconds::Integer

Returns the value of attribute retry_attempt_seconds.

Returns:

  • (::Integer)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def retry_attempt_seconds
  @retry_attempt_seconds
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def target_id
  @target_id
end

#target_type"SSM_DOCUMENT"

Returns the value of attribute target_type.

Returns:

  • ("SSM_DOCUMENT")


1969
1970
1971
# File 'sig/types.rbs', line 1969

def target_type
  @target_type
end

#target_version::String

Returns the value of attribute target_version.

Returns:

  • (::String)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def target_version
  @target_version
end