Class: Aws::Types::CreateSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags_from_source ⇒ "volume"
Returns the value of attribute copy_tags_from_source.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_specification ⇒ Types::InstanceSpecification
Returns the value of attribute instance_specification.
-
#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.
Instance Attribute Details
#copy_tags_from_source ⇒ "volume"
Returns the value of attribute copy_tags_from_source.
3150 3151 3152 |
# File 'sig/types.rbs', line 3150 def @copy_tags_from_source end |
#description ⇒ ::String
Returns the value of attribute description.
3145 3146 3147 |
# File 'sig/types.rbs', line 3145 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3149 3150 3151 |
# File 'sig/types.rbs', line 3149 def dry_run @dry_run end |
#instance_specification ⇒ Types::InstanceSpecification
Returns the value of attribute instance_specification.
3146 3147 3148 |
# File 'sig/types.rbs', line 3146 def instance_specification @instance_specification end |
#location ⇒ "regional", "local"
Returns the value of attribute location.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def location @location end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3147 3148 3149 |
# File 'sig/types.rbs', line 3147 def outpost_arn @outpost_arn end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def tag_specifications @tag_specifications end |