Class: Aws::Types::DescribeRemediationExceptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRemediationExceptionsRequest
- 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.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
925 926 927 |
# File 'sig/types.rbs', line 925 def config_rule_name @config_rule_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
927 928 929 |
# File 'sig/types.rbs', line 927 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
928 929 930 |
# File 'sig/types.rbs', line 928 def next_token @next_token end |
#resource_keys ⇒ ::Array[Types::RemediationExceptionResourceKey]
Returns the value of attribute resource_keys.
926 927 928 |
# File 'sig/types.rbs', line 926 def resource_keys @resource_keys end |