Module: Aws::EC2::Client::_CreateVolumeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Volume]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attachments ⇒ ::Array[Types::VolumeAttachment]
- #availability_zone ⇒ ::String
- #availability_zone_id ⇒ ::String
- #create_time ⇒ ::Time
- #encrypted ⇒ Boolean
- #fast_restored ⇒ Boolean
- #iops ⇒ ::Integer
- #kms_key_id ⇒ ::String
- #multi_attach_enabled ⇒ Boolean
- #operator ⇒ Types::OperatorResponse
- #outpost_arn ⇒ ::String
- #size ⇒ ::Integer
- #snapshot_id ⇒ ::String
- #source_volume_id ⇒ ::String
- #sse_type ⇒ "sse-ebs", ...
- #state ⇒ "creating", ...
- #tags ⇒ ::Array[Types::Tag]
- #throughput ⇒ ::Integer
- #volume_id ⇒ ::String
- #volume_initialization_rate ⇒ ::Integer
- #volume_type ⇒ "standard", ...
Instance Method Details
#attachments ⇒ ::Array[Types::VolumeAttachment]
3876 |
# File 'sig/client.rbs', line 3876
def attachments: () -> ::Array[Types::VolumeAttachment]
|
#availability_zone ⇒ ::String
3873 |
# File 'sig/client.rbs', line 3873
def availability_zone: () -> ::String
|
#availability_zone_id ⇒ ::String
3858 |
# File 'sig/client.rbs', line 3858
def availability_zone_id: () -> ::String
|
#create_time ⇒ ::Time
3875 |
# File 'sig/client.rbs', line 3875
def create_time: () -> ::Time
|
#encrypted ⇒ Boolean
3877 |
# File 'sig/client.rbs', line 3877
def encrypted: () -> bool
|
#fast_restored ⇒ Boolean
3864 |
# File 'sig/client.rbs', line 3864
def fast_restored: () -> bool
|
#iops ⇒ ::Integer
3861 |
# File 'sig/client.rbs', line 3861
def iops: () -> ::Integer
|
#kms_key_id ⇒ ::String
3878 |
# File 'sig/client.rbs', line 3878
def kms_key_id: () -> ::String
|
#multi_attach_enabled ⇒ Boolean
3865 |
# File 'sig/client.rbs', line 3865
def multi_attach_enabled: () -> bool
|
#operator ⇒ Types::OperatorResponse
3868 |
# File 'sig/client.rbs', line 3868
def operator: () -> Types::OperatorResponse
|
#outpost_arn ⇒ ::String
3859 |
# File 'sig/client.rbs', line 3859
def outpost_arn: () -> ::String
|
#size ⇒ ::Integer
3871 |
# File 'sig/client.rbs', line 3871
def size: () -> ::Integer
|
#snapshot_id ⇒ ::String
3872 |
# File 'sig/client.rbs', line 3872
def snapshot_id: () -> ::String
|
#source_volume_id ⇒ ::String
3860 |
# File 'sig/client.rbs', line 3860
def source_volume_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
3867 |
# File 'sig/client.rbs', line 3867
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#state ⇒ "creating", ...
3874 |
# File 'sig/client.rbs', line 3874
def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
|
#tags ⇒ ::Array[Types::Tag]
3862 |
# File 'sig/client.rbs', line 3862
def tags: () -> ::Array[Types::Tag]
|
#throughput ⇒ ::Integer
3866 |
# File 'sig/client.rbs', line 3866
def throughput: () -> ::Integer
|
#volume_id ⇒ ::String
3870 |
# File 'sig/client.rbs', line 3870
def volume_id: () -> ::String
|
#volume_initialization_rate ⇒ ::Integer
3869 |
# File 'sig/client.rbs', line 3869
def volume_initialization_rate: () -> ::Integer
|
#volume_type ⇒ "standard", ...
3863 |
# File 'sig/client.rbs', line 3863
def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
|