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.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
3864 3865 3866 |
# File 'sig/types.rbs', line 3864 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3867 3868 3869 |
# File 'sig/types.rbs', line 3867 def dry_run @dry_run end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
3854 3855 3856 |
# File 'sig/types.rbs', line 3854 def encrypted @encrypted end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3855 3856 3857 |
# File 'sig/types.rbs', line 3855 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3856 3857 3858 |
# File 'sig/types.rbs', line 3856 def kms_key_id @kms_key_id end |
#multi_attach_enabled ⇒ Boolean
Returns the value of attribute multi_attach_enabled.
3862 3863 3864 |
# File 'sig/types.rbs', line 3862 def multi_attach_enabled @multi_attach_enabled end |
#operator ⇒ Types::OperatorRequest
Returns the value of attribute operator.
3866 3867 3868 |
# File 'sig/types.rbs', line 3866 def operator @operator end |
#outpost_arn ⇒ ::String
Returns the value of attribute outpost_arn.
3857 3858 3859 |
# File 'sig/types.rbs', line 3857 def outpost_arn @outpost_arn end |
#size ⇒ ::Integer
Returns the value of attribute size.
3858 3859 3860 |
# File 'sig/types.rbs', line 3858 def size @size end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
3859 3860 3861 |
# File 'sig/types.rbs', line 3859 def snapshot_id @snapshot_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3861 3862 3863 |
# File 'sig/types.rbs', line 3861 def tag_specifications @tag_specifications end |
#throughput ⇒ ::Integer
Returns the value of attribute throughput.
3863 3864 3865 |
# File 'sig/types.rbs', line 3863 def throughput @throughput end |
#volume_initialization_rate ⇒ ::Integer
Returns the value of attribute volume_initialization_rate.
3865 3866 3867 |
# File 'sig/types.rbs', line 3865 def volume_initialization_rate @volume_initialization_rate end |
#volume_type ⇒ "standard", ...
Returns the value of attribute volume_type.
3860 3861 3862 |
# File 'sig/types.rbs', line 3860 def volume_type @volume_type end |