Class: Aws::Types::UnlockRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UnlockRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#lock_configuration ⇒ Types::LockConfiguration
Returns the value of attribute lock_configuration.
-
#lock_end_time ⇒ ::Time
Returns the value of attribute lock_end_time.
-
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
-
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#status ⇒ "pending", "available"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
188 189 190 |
# File 'sig/types.rbs', line 188 def description @description end |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
197 198 199 |
# File 'sig/types.rbs', line 197 def end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
187 188 189 |
# File 'sig/types.rbs', line 187 def identifier @identifier end |
#lock_configuration ⇒ Types::LockConfiguration
Returns the value of attribute lock_configuration.
193 194 195 |
# File 'sig/types.rbs', line 193 def lock_configuration @lock_configuration end |
#lock_end_time ⇒ ::Time
Returns the value of attribute lock_end_time.
195 196 197 |
# File 'sig/types.rbs', line 195 def lock_end_time @lock_end_time end |
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
194 195 196 |
# File 'sig/types.rbs', line 194 def lock_state @lock_state end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
191 192 193 |
# File 'sig/types.rbs', line 191 def end |
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def resource_type @resource_type end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
190 191 192 |
# File 'sig/types.rbs', line 190 def retention_period @retention_period end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
196 197 198 |
# File 'sig/types.rbs', line 196 def rule_arn @rule_arn end |
#status ⇒ "pending", "available"
Returns the value of attribute status.
192 193 194 |
# File 'sig/types.rbs', line 192 def status @status end |