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]
3818 |
# File 'sig/client.rbs', line 3818
def attachments: () -> ::Array[Types::VolumeAttachment]
|
#availability_zone ⇒ ::String
3815 |
# File 'sig/client.rbs', line 3815
def availability_zone: () -> ::String
|
#availability_zone_id ⇒ ::String
3800 |
# File 'sig/client.rbs', line 3800
def availability_zone_id: () -> ::String
|
#create_time ⇒ ::Time
3817 |
# File 'sig/client.rbs', line 3817
def create_time: () -> ::Time
|
#encrypted ⇒ Boolean
3819 |
# File 'sig/client.rbs', line 3819
def encrypted: () -> bool
|
#fast_restored ⇒ Boolean
3806 |
# File 'sig/client.rbs', line 3806
def fast_restored: () -> bool
|
#iops ⇒ ::Integer
3803 |
# File 'sig/client.rbs', line 3803
def iops: () -> ::Integer
|
#kms_key_id ⇒ ::String
3820 |
# File 'sig/client.rbs', line 3820
def kms_key_id: () -> ::String
|
#multi_attach_enabled ⇒ Boolean
3807 |
# File 'sig/client.rbs', line 3807
def multi_attach_enabled: () -> bool
|
#operator ⇒ Types::OperatorResponse
3810 |
# File 'sig/client.rbs', line 3810
def operator: () -> Types::OperatorResponse
|
#outpost_arn ⇒ ::String
3801 |
# File 'sig/client.rbs', line 3801
def outpost_arn: () -> ::String
|
#size ⇒ ::Integer
3813 |
# File 'sig/client.rbs', line 3813
def size: () -> ::Integer
|
#snapshot_id ⇒ ::String
3814 |
# File 'sig/client.rbs', line 3814
def snapshot_id: () -> ::String
|
#source_volume_id ⇒ ::String
3802 |
# File 'sig/client.rbs', line 3802
def source_volume_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
3809 |
# File 'sig/client.rbs', line 3809
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#state ⇒ "creating", ...
3816 |
# File 'sig/client.rbs', line 3816
def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
|
#tags ⇒ ::Array[Types::Tag]
3804 |
# File 'sig/client.rbs', line 3804
def tags: () -> ::Array[Types::Tag]
|
#throughput ⇒ ::Integer
3808 |
# File 'sig/client.rbs', line 3808
def throughput: () -> ::Integer
|
#volume_id ⇒ ::String
3812 |
# File 'sig/client.rbs', line 3812
def volume_id: () -> ::String
|
#volume_initialization_rate ⇒ ::Integer
3811 |
# File 'sig/client.rbs', line 3811
def volume_initialization_rate: () -> ::Integer
|
#volume_type ⇒ "standard", ...
3805 |
# File 'sig/client.rbs', line 3805
def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
|