Class: Aws::Types::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#location ⇒ "regional", "local"
Returns the value of attribute location.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def dry_run @dry_run end |
#location ⇒ "regional", "local"
Returns the value of attribute location.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def location @location end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def outpost_arn @outpost_arn end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def tag_specifications @tag_specifications end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def volume_id @volume_id end |