Class: Aws::Types::CreateDiskSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiskSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
-
#disk_snapshot_name ⇒ ::String
Returns the value of attribute disk_snapshot_name.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
658 659 660 |
# File 'sig/types.rbs', line 658 def disk_name @disk_name end |
#disk_snapshot_name ⇒ ::String
Returns the value of attribute disk_snapshot_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def disk_snapshot_name @disk_snapshot_name end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
660 661 662 |
# File 'sig/types.rbs', line 660 def instance_name @instance_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
661 662 663 |
# File 'sig/types.rbs', line 661 def end |