Class: Aws::Types::CreateDiskFromSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiskFromSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_ons ⇒ ::Array[Types::AddOnRequest]
Returns the value of attribute add_ons.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
-
#disk_snapshot_name ⇒ ::String
Returns the value of attribute disk_snapshot_name.
-
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#source_disk_name ⇒ ::String
Returns the value of attribute source_disk_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
Instance Attribute Details
#add_ons ⇒ ::Array[Types::AddOnRequest]
Returns the value of attribute add_ons.
631 632 633 |
# File 'sig/types.rbs', line 631 def add_ons @add_ons end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
628 629 630 |
# File 'sig/types.rbs', line 628 def availability_zone @availability_zone end |
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
626 627 628 |
# File 'sig/types.rbs', line 626 def disk_name @disk_name end |
#disk_snapshot_name ⇒ ::String
Returns the value of attribute disk_snapshot_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def disk_snapshot_name @disk_snapshot_name end |
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
633 634 635 |
# File 'sig/types.rbs', line 633 def restore_date @restore_date end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
629 630 631 |
# File 'sig/types.rbs', line 629 def size_in_gb @size_in_gb end |
#source_disk_name ⇒ ::String
Returns the value of attribute source_disk_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def source_disk_name @source_disk_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
630 631 632 |
# File 'sig/types.rbs', line 630 def @tags end |
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
634 635 636 |
# File 'sig/types.rbs', line 634 def use_latest_restorable_auto_snapshot @use_latest_restorable_auto_snapshot end |