Class: Aws::Types::UpdateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRuleRequest
- 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.
-
#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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
213 214 215 |
# File 'sig/types.rbs', line 213 def description @description end |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
216 217 218 |
# File 'sig/types.rbs', line 216 def @exclude_resource_tags end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
211 212 213 |
# File 'sig/types.rbs', line 211 def identifier @identifier end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
215 216 217 |
# File 'sig/types.rbs', line 215 def @resource_tags end |
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def resource_type @resource_type end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
212 213 214 |
# File 'sig/types.rbs', line 212 def retention_period @retention_period end |