Class: Aws::Types::CreateVolumeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVolumeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
74 75 76 |
# File 'sig/types.rbs', line 74 def availability_zone @availability_zone end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
75 76 77 |
# File 'sig/types.rbs', line 75 def client_token @client_token end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
76 77 78 |
# File 'sig/types.rbs', line 76 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
77 78 79 |
# File 'sig/types.rbs', line 77 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
78 79 80 |
# File 'sig/types.rbs', line 78 def kms_key_id @kms_key_id end |
#size_in_gb ⇒ ::Integer
Returns the value of attribute size_in_gb.
79 80 81 |
# File 'sig/types.rbs', line 79 def size_in_gb @size_in_gb end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def snapshot_id @snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
81 82 83 |
# File 'sig/types.rbs', line 81 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
82 83 84 |
# File 'sig/types.rbs', line 82 def throughput @throughput end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
83 84 85 |
# File 'sig/types.rbs', line 83 def volume_type @volume_type end |