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.
3690 3691 3692 |
# File 'sig/types.rbs', line 3690 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3691 3692 3693 |
# File 'sig/types.rbs', line 3691 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3702 3703 3704 |
# File 'sig/types.rbs', line 3702 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3705 3706 3707 |
# File 'sig/types.rbs', line 3705 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
3692 3693 3694 |
# File 'sig/types.rbs', line 3692 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3693 3694 3695 |
# File 'sig/types.rbs', line 3693 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def kms_key_id @kms_key_id end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
3700 3701 3702 |
# File 'sig/types.rbs', line 3700 def multi_attach_enabled @multi_attach_enabled end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
3704 3705 3706 |
# File 'sig/types.rbs', line 3704 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def outpost_arn @outpost_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
3697 3698 3699 |
# File 'sig/types.rbs', line 3697 def snapshot_id @snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3699 3700 3701 |
# File 'sig/types.rbs', line 3699 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
3701 3702 3703 |
# File 'sig/types.rbs', line 3701 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
3698 3699 3700 |
# File 'sig/types.rbs', line 3698 def volume_type @volume_type end |