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.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def @copy_tags_from_source end |
#description ⇒ ::String
Returns the value of attribute description.
3257 3258 3259 |
# File 'sig/types.rbs', line 3257 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3261 3262 3263 |
# File 'sig/types.rbs', line 3261 def dry_run @dry_run end |
#instance_specification ⇒ Types::InstanceSpecification
Returns the value of attribute instance_specification.
3258 3259 3260 |
# File 'sig/types.rbs', line 3258 def instance_specification @instance_specification end |
#location ⇒ "regional", "local"
Returns the value of attribute location.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def location @location end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3259 3260 3261 |
# File 'sig/types.rbs', line 3259 def outpost_arn @outpost_arn end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3260 3261 3262 |
# File 'sig/types.rbs', line 3260 def tag_specifications @tag_specifications end |