Module: Aws::EC2::Client::_CreateVolumeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::Volume]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#attachments::Array[Types::VolumeAttachment]

Returns:



3876
# File 'sig/client.rbs', line 3876

def attachments: () -> ::Array[Types::VolumeAttachment]

#availability_zone::String

Returns:

  • (::String)


3873
# File 'sig/client.rbs', line 3873

def availability_zone: () -> ::String

#availability_zone_id::String

Returns:

  • (::String)


3858
# File 'sig/client.rbs', line 3858

def availability_zone_id: () -> ::String

#create_time::Time

Returns:

  • (::Time)


3875
# File 'sig/client.rbs', line 3875

def create_time: () -> ::Time

#encryptedBoolean

Returns:

  • (Boolean)


3877
# File 'sig/client.rbs', line 3877

def encrypted: () -> bool

#fast_restoredBoolean

Returns:

  • (Boolean)


3864
# File 'sig/client.rbs', line 3864

def fast_restored: () -> bool

#iops::Integer

Returns:

  • (::Integer)


3861
# File 'sig/client.rbs', line 3861

def iops: () -> ::Integer

#kms_key_id::String

Returns:

  • (::String)


3878
# File 'sig/client.rbs', line 3878

def kms_key_id: () -> ::String

#multi_attach_enabledBoolean

Returns:

  • (Boolean)


3865
# File 'sig/client.rbs', line 3865

def multi_attach_enabled: () -> bool

#operatorTypes::OperatorResponse



3868
# File 'sig/client.rbs', line 3868

def operator: () -> Types::OperatorResponse

#outpost_arn::String

Returns:

  • (::String)


3859
# File 'sig/client.rbs', line 3859

def outpost_arn: () -> ::String

#size::Integer

Returns:

  • (::Integer)


3871
# File 'sig/client.rbs', line 3871

def size: () -> ::Integer

#snapshot_id::String

Returns:

  • (::String)


3872
# File 'sig/client.rbs', line 3872

def snapshot_id: () -> ::String

#source_volume_id::String

Returns:

  • (::String)


3860
# File 'sig/client.rbs', line 3860

def source_volume_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

  • ("sse-ebs", "sse-kms", "none")


3867
# File 'sig/client.rbs', line 3867

def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")

#state"creating", ...

Returns:

  • ("creating", "available", "in-use", "deleting", "deleted", "error")


3874
# File 'sig/client.rbs', line 3874

def state: () -> ("creating" | "available" | "in-use" | "deleting" | "deleted" | "error")

#tags::Array[Types::Tag]

Returns:



3862
# File 'sig/client.rbs', line 3862

def tags: () -> ::Array[Types::Tag]

#throughput::Integer

Returns:

  • (::Integer)


3866
# File 'sig/client.rbs', line 3866

def throughput: () -> ::Integer

#volume_id::String

Returns:

  • (::String)


3870
# File 'sig/client.rbs', line 3870

def volume_id: () -> ::String

#volume_initialization_rate::Integer

Returns:

  • (::Integer)


3869
# File 'sig/client.rbs', line 3869

def volume_initialization_rate: () -> ::Integer

#volume_type"standard", ...

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


3863
# File 'sig/client.rbs', line 3863

def volume_type: () -> ("standard" | "io1" | "io2" | "gp2" | "sc1" | "st1" | "gp3")