Class: Aws::Types::DescribeRemediationExecutionStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRemediationExecutionStatusRequest
- 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::ResourceKey]
Returns the value of attribute resource_keys.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
939 940 941 |
# File 'sig/types.rbs', line 939 def config_rule_name @config_rule_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
941 942 943 |
# File 'sig/types.rbs', line 941 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
942 943 944 |
# File 'sig/types.rbs', line 942 def next_token @next_token end |
#resource_keys ⇒ ::Array[Types::ResourceKey]
Returns the value of attribute resource_keys.
940 941 942 |
# File 'sig/types.rbs', line 940 def resource_keys @resource_keys end |