Class: Aws::Types::CreateRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRuleResponse
- 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_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
31 32 33 |
# File 'sig/types.rbs', line 31 def description @description end |
#exclude_resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute exclude_resource_tags.
39 40 41 |
# File 'sig/types.rbs', line 39 def @exclude_resource_tags end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
29 30 31 |
# File 'sig/types.rbs', line 29 def identifier @identifier end |
#lock_configuration ⇒ Types::LockConfiguration
Returns the value of attribute lock_configuration.
36 37 38 |
# File 'sig/types.rbs', line 36 def lock_configuration @lock_configuration end |
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
37 38 39 |
# File 'sig/types.rbs', line 37 def lock_state @lock_state end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
34 35 36 |
# File 'sig/types.rbs', line 34 def @resource_tags end |
#resource_type ⇒ "EBS_SNAPSHOT", ...
Returns the value of attribute resource_type.
33 34 35 |
# File 'sig/types.rbs', line 33 def resource_type @resource_type end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
30 31 32 |
# File 'sig/types.rbs', line 30 def retention_period @retention_period end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
38 39 40 |
# File 'sig/types.rbs', line 38 def rule_arn @rule_arn end |
#status ⇒ "pending", "available"
Returns the value of attribute status.
35 36 37 |
# File 'sig/types.rbs', line 35 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
32 33 34 |
# File 'sig/types.rbs', line 32 def @tags end |