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.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#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.
-
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
-
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
-
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
-
#size ⇒ ::Integer
Returns the value of attribute size.
-
#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_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
-
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3802 3803 3804 |
# File 'sig/types.rbs', line 3802 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3803 3804 3805 |
# File 'sig/types.rbs', line 3803 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3814 3815 3816 |
# File 'sig/types.rbs', line 3814 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3817 3818 3819 |
# File 'sig/types.rbs', line 3817 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
3804 3805 3806 |
# File 'sig/types.rbs', line 3804 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3805 3806 3807 |
# File 'sig/types.rbs', line 3805 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3806 3807 3808 |
# File 'sig/types.rbs', line 3806 def kms_key_id @kms_key_id end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
3812 3813 3814 |
# File 'sig/types.rbs', line 3812 def multi_attach_enabled @multi_attach_enabled end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
3816 3817 3818 |
# File 'sig/types.rbs', line 3816 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3807 3808 3809 |
# File 'sig/types.rbs', line 3807 def outpost_arn @outpost_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
3808 3809 3810 |
# File 'sig/types.rbs', line 3808 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
3809 3810 3811 |
# File 'sig/types.rbs', line 3809 def snapshot_id @snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3811 3812 3813 |
# File 'sig/types.rbs', line 3811 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
3813 3814 3815 |
# File 'sig/types.rbs', line 3813 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
3815 3816 3817 |
# File 'sig/types.rbs', line 3815 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
3810 3811 3812 |
# File 'sig/types.rbs', line 3810 def volume_type @volume_type end |