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]
3760 |
# File 'sig/client.rbs', line 3760
def attachments: () -> ::Array[Types::VolumeAttachment]
|
#availability_zone ⇒ ::String
3757 |
# File 'sig/client.rbs', line 3757
def availability_zone: () -> ::String
|
#availability_zone_id ⇒ ::String
3742 |
# File 'sig/client.rbs', line 3742
def availability_zone_id: () -> ::String
|
#create_time ⇒ ::Time
3759 |
# File 'sig/client.rbs', line 3759
def create_time: () -> ::Time
|
#encrypted ⇒ Boolean
3761 |
# File 'sig/client.rbs', line 3761
def encrypted: () -> bool
|
#fast_restored ⇒ Boolean
3748 |
# File 'sig/client.rbs', line 3748
def fast_restored: () -> bool
|
#iops ⇒ ::Integer
3745 |
# File 'sig/client.rbs', line 3745
def iops: () -> ::Integer
|
#kms_key_id ⇒ ::String
3762 |
# File 'sig/client.rbs', line 3762
def kms_key_id: () -> ::String
|
#multi_attach_enabled ⇒ Boolean
3749 |
# File 'sig/client.rbs', line 3749
def multi_attach_enabled: () -> bool
|
#operator ⇒ Types::OperatorResponse
3752 |
# File 'sig/client.rbs', line 3752
def operator: () -> Types::OperatorResponse
|
#outpost_arn ⇒ ::String
3743 |
# File 'sig/client.rbs', line 3743
def outpost_arn: () -> ::String
|
#size ⇒ ::Integer
3755 |
# File 'sig/client.rbs', line 3755
def size: () -> ::Integer
|
#snapshot_id ⇒ ::String
3756 |
# File 'sig/client.rbs', line 3756
def snapshot_id: () -> ::String
|
#source_volume_id ⇒ ::String
3744 |
# File 'sig/client.rbs', line 3744
def source_volume_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
3751 |
# File 'sig/client.rbs', line 3751
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#state ⇒ "creating", ...
3758 |
# File 'sig/client.rbs', line 3758
def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")
|
#tags ⇒ ::Array[Types::Tag]
3746 |
# File 'sig/client.rbs', line 3746
def tags: () -> ::Array[Types::Tag]
|
#throughput ⇒ ::Integer
3750 |
# File 'sig/client.rbs', line 3750
def throughput: () -> ::Integer
|
#volume_id ⇒ ::String
3754 |
# File 'sig/client.rbs', line 3754
def volume_id: () -> ::String
|
#volume_initialization_rate ⇒ ::Integer
3753 |
# File 'sig/client.rbs', line 3753
def volume_initialization_rate: () -> ::Integer
|
#volume_type ⇒ "standard", ...
3747 |
# File 'sig/client.rbs', line 3747
def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")
|