Class: Aws::Types::UpdateRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleResponse
- 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_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.
223 224 225 |
# File 'sig/types.rbs', line 223 def description @description end |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
230 231 232 |
# File 'sig/types.rbs', line 230 def @exclude_resource_tags end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
221 222 223 |
# File 'sig/types.rbs', line 221 def identifier @identifier end |
#lock_end_time ⇒ ::Time
Returns the value of attribute lock_end_time.
228 229 230 |
# File 'sig/types.rbs', line 228 def lock_end_time @lock_end_time end |
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
227 228 229 |
# File 'sig/types.rbs', line 227 def lock_state @lock_state end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
225 226 227 |
# File 'sig/types.rbs', line 225 def @resource_tags end |
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def resource_type @resource_type end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
222 223 224 |
# File 'sig/types.rbs', line 222 def retention_period @retention_period end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
229 230 231 |
# File 'sig/types.rbs', line 229 def rule_arn @rule_arn end |
#status ⇒ "pending", "available"
Returns the value of attribute status.
226 227 228 |
# File 'sig/types.rbs', line 226 def status @status end |