Class: Aws::Types::RemediationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RemediationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#automatic ⇒ Boolean
Returns the value of attribute automatic.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#created_by_service ⇒ ::String
Returns the value of attribute created_by_service.
-
#execution_controls ⇒ Types::ExecutionControls
Returns the value of attribute execution_controls.
-
#maximum_automatic_attempts ⇒ ::Integer
Returns the value of attribute maximum_automatic_attempts.
-
#parameters ⇒ ::Hash[::String, Types::RemediationParameterValue]
Returns the value of attribute parameters.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#retry_attempt_seconds ⇒ ::Integer
Returns the value of attribute retry_attempt_seconds.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "SSM_DOCUMENT"
Returns the value of attribute target_type.
-
#target_version ⇒ ::String
Returns the value of attribute target_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def arn @arn end |
#automatic ⇒ Boolean
Returns the value of attribute automatic.
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.
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.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def created_by_service @created_by_service end |
#execution_controls ⇒ Types::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.
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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def parameters @parameters end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
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.
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.
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.
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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def target_version @target_version end |