Class: Aws::Types::CreateRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleRequest
- 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.
-
#lock_configuration ⇒ Types::LockConfiguration
Returns the value of attribute lock_configuration.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
19 20 21 |
# File 'sig/types.rbs', line 19 def description @description end |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
24 25 26 |
# File 'sig/types.rbs', line 24 def @exclude_resource_tags end |
#lock_configuration ⇒ Types::LockConfiguration
Returns the value of attribute lock_configuration.
23 24 25 |
# File 'sig/types.rbs', line 23 def lock_configuration @lock_configuration end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
22 23 24 |
# File 'sig/types.rbs', line 22 def @resource_tags end |
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
21 22 23 |
# File 'sig/types.rbs', line 21 def resource_type @resource_type end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
18 19 20 |
# File 'sig/types.rbs', line 18 def retention_period @retention_period end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
20 21 22 |
# File 'sig/types.rbs', line 20 def @tags end |