Module: Aws::RecycleBin::Client::_LockRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::LockRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
- #identifier ⇒ ::String
- #lock_configuration ⇒ Types::LockConfiguration
- #lock_state ⇒ "locked", ...
- #resource_tags ⇒ ::Array[Types::ResourceTag]
- #resource_type ⇒ "EBS_SNAPSHOT", ...
- #retention_period ⇒ Types::RetentionPeriod
- #rule_arn ⇒ ::String
- #status ⇒ "pending", "available"
Instance Method Details
#description ⇒ ::String
198 |
# File 'sig/client.rbs', line 198 def description: () -> ::String |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
206 |
# File 'sig/client.rbs', line 206 def exclude_resource_tags: () -> ::Array[Types::ResourceTag] |
#identifier ⇒ ::String
197 |
# File 'sig/client.rbs', line 197 def identifier: () -> ::String |
#lock_configuration ⇒ Types::LockConfiguration
203 |
# File 'sig/client.rbs', line 203 def lock_configuration: () -> Types::LockConfiguration |
#lock_state ⇒ "locked", ...
204 |
# File 'sig/client.rbs', line 204 def lock_state: () -> ("locked" | "pending_unlock" | "unlocked") |
#resource_tags ⇒ ::Array[Types::ResourceTag]
201 |
# File 'sig/client.rbs', line 201 def resource_tags: () -> ::Array[Types::ResourceTag] |
#resource_type ⇒ "EBS_SNAPSHOT", ...
199 |
# File 'sig/client.rbs', line 199 def resource_type: () -> ("EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME") |
#retention_period ⇒ Types::RetentionPeriod
200 |
# File 'sig/client.rbs', line 200 def retention_period: () -> Types::RetentionPeriod |
#rule_arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205 def rule_arn: () -> ::String |
#status ⇒ "pending", "available"
202 |
# File 'sig/client.rbs', line 202 def status: () -> ("pending" | "available") |