Module: Aws::RecycleBin::Client::_UnlockRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UnlockRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
- #identifier ⇒ ::String
- #lock_configuration ⇒ Types::LockConfiguration
- #lock_end_time ⇒ ::Time
- #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
238 |
# File 'sig/client.rbs', line 238
def description: () -> ::String
|
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
247 |
# File 'sig/client.rbs', line 247
def exclude_resource_tags: () -> ::Array[Types::ResourceTag]
|
#identifier ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def identifier: () -> ::String
|
#lock_configuration ⇒ Types::LockConfiguration
243 |
# File 'sig/client.rbs', line 243
def lock_configuration: () -> Types::LockConfiguration
|
#lock_end_time ⇒ ::Time
245 |
# File 'sig/client.rbs', line 245
def lock_end_time: () -> ::Time
|
#lock_state ⇒ "locked", ...
244 |
# File 'sig/client.rbs', line 244
def lock_state: () -> ("locked" | "pending_unlock" | "unlocked")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
241 |
# File 'sig/client.rbs', line 241
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#resource_type ⇒ "EBS_SNAPSHOT", ...
239 |
# File 'sig/client.rbs', line 239
def resource_type: () -> ("EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME")
|
#retention_period ⇒ Types::RetentionPeriod
240 |
# File 'sig/client.rbs', line 240
def retention_period: () -> Types::RetentionPeriod
|
#rule_arn ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def rule_arn: () -> ::String
|
#status ⇒ "pending", "available"
242 |
# File 'sig/client.rbs', line 242
def status: () -> ("pending" | "available")
|