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]
3742 |
# File 'sig/client.rbs', line 3742
def attachments: () -> ::Array[Types::VolumeAttachment]
|
#availability_zone ⇒ ::String
3739 |
# File 'sig/client.rbs', line 3739
def availability_zone: () -> ::String
|
#availability_zone_id ⇒ ::String
3724 |
# File 'sig/client.rbs', line 3724
def availability_zone_id: () -> ::String
|
#create_time ⇒ ::Time
3741 |
# File 'sig/client.rbs', line 3741
def create_time: () -> ::Time
|
#encrypted ⇒ Boolean
3743 |
# File 'sig/client.rbs', line 3743
def encrypted: () -> bool
|
#fast_restored ⇒ Boolean
3730 |
# File 'sig/client.rbs', line 3730
def fast_restored: () -> bool
|
#iops ⇒ ::Integer
3727 |
# File 'sig/client.rbs', line 3727
def iops: () -> ::Integer
|
#kms_key_id ⇒ ::String
3744 |
# File 'sig/client.rbs', line 3744
def kms_key_id: () -> ::String
|
#multi_attach_enabled ⇒ Boolean
3731 |
# File 'sig/client.rbs', line 3731
def multi_attach_enabled: () -> bool
|
#operator ⇒ Types::OperatorResponse
3734 |
# File 'sig/client.rbs', line 3734
def operator: () -> Types::OperatorResponse
|
#outpost_arn ⇒ ::String
3725 |
# File 'sig/client.rbs', line 3725
def outpost_arn: () -> ::String
|
#size ⇒ ::Integer
3737 |
# File 'sig/client.rbs', line 3737
def size: () -> ::Integer
|
#snapshot_id ⇒ ::String
3738 |
# File 'sig/client.rbs', line 3738
def snapshot_id: () -> ::String
|
#source_volume_id ⇒ ::String
3726 |
# File 'sig/client.rbs', line 3726
def source_volume_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
3733 |
# File 'sig/client.rbs', line 3733
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#state ⇒ "creating", ...
3740 |
# File 'sig/client.rbs', line 3740
def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
|
#tags ⇒ ::Array[Types::Tag]
3728 |
# File 'sig/client.rbs', line 3728
def tags: () -> ::Array[Types::Tag]
|
#throughput ⇒ ::Integer
3732 |
# File 'sig/client.rbs', line 3732
def throughput: () -> ::Integer
|
#volume_id ⇒ ::String
3736 |
# File 'sig/client.rbs', line 3736
def volume_id: () -> ::String
|
#volume_initialization_rate ⇒ ::Integer
3735 |
# File 'sig/client.rbs', line 3735
def volume_initialization_rate: () -> ::Integer
|
#volume_type ⇒ "standard", ...
3729 |
# File 'sig/client.rbs', line 3729
def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
|