Module: Aws::RecycleBin::Client::_CreateRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRuleResponse]
- 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"
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#description ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def description: () -> ::String
|
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
93 |
# File 'sig/client.rbs', line 93
def exclude_resource_tags: () -> ::Array[Types::ResourceTag]
|
#identifier ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def identifier: () -> ::String
|
#lock_configuration ⇒ Types::LockConfiguration
90 |
# File 'sig/client.rbs', line 90
def lock_configuration: () -> Types::LockConfiguration
|
#lock_state ⇒ "locked", ...
91 |
# File 'sig/client.rbs', line 91
def lock_state: () -> ("locked" | "pending_unlock" | "unlocked")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
88 |
# File 'sig/client.rbs', line 88
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#resource_type ⇒ "EBS_SNAPSHOT", ...
87 |
# File 'sig/client.rbs', line 87
def resource_type: () -> ("EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME")
|
#retention_period ⇒ Types::RetentionPeriod
84 |
# File 'sig/client.rbs', line 84
def retention_period: () -> Types::RetentionPeriod
|
#rule_arn ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def rule_arn: () -> ::String
|
#status ⇒ "pending", "available"
89 |
# File 'sig/client.rbs', line 89
def status: () -> ("pending" | "available")
|