Class: Aws::Types::CreateDiskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDiskRequest
- 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.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#add_ons ⇒ ::Array[Types::AddOnRequest]
Returns the value of attribute add_ons.
648 649 650 |
# File 'sig/types.rbs', line 648 def add_ons @add_ons end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
645 646 647 |
# File 'sig/types.rbs', line 645 def availability_zone @availability_zone end |
#disk_name ⇒ ::String
Returns the value of attribute disk_name.
644 645 646 |
# File 'sig/types.rbs', line 644 def disk_name @disk_name end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
646 647 648 |
# File 'sig/types.rbs', line 646 def size_in_gb @size_in_gb end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
647 648 649 |
# File 'sig/types.rbs', line 647 def @tags end |