Class: Aws::Types::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
143 144 145 |
# File 'sig/types.rbs', line 143 def namespace_name @namespace_name end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
144 145 146 |
# File 'sig/types.rbs', line 144 def retention_period @retention_period end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
145 146 147 |
# File 'sig/types.rbs', line 145 def snapshot_name @snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
146 147 148 |
# File 'sig/types.rbs', line 146 def @tags end |