Class: Aws::Types::PutRemediationExceptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRemediationExceptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_keys ⇒ ::Array[Types::RemediationExceptionResourceKey]
Returns the value of attribute resource_keys.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def config_rule_name @config_rule_name end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def expiration_time @expiration_time end |
#message ⇒ ::String
Returns the value of attribute message.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def end |
#resource_keys ⇒ ::Array[Types::RemediationExceptionResourceKey]
Returns the value of attribute resource_keys.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def resource_keys @resource_keys end |