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:



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

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

#availability_zone::String

Returns:

  • (::String)


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

def availability_zone: () -> ::String

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#encryptedBoolean

Returns:

  • (Boolean)


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

def encrypted: () -> bool

#fast_restoredBoolean

Returns:

  • (Boolean)


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

def fast_restored: () -> bool

#iops::Integer

Returns:

  • (::Integer)


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

def iops: () -> ::Integer

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#multi_attach_enabledBoolean

Returns:

  • (Boolean)


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

def multi_attach_enabled: () -> bool

#operatorTypes::OperatorResponse



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

def operator: () -> Types::OperatorResponse

#outpost_arn::String

Returns:

  • (::String)


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

def outpost_arn: () -> ::String

#size::Integer

Returns:

  • (::Integer)


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

def size: () -> ::Integer

#snapshot_id::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#source_volume_id::String

Returns:

  • (::String)


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

def source_volume_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


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

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

#state"creating", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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

#throughput::Integer

Returns:

  • (::Integer)


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

def throughput: () -> ::Integer

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String

#volume_initialization_rate::Integer

Returns:

  • (::Integer)


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

def volume_initialization_rate: () -> ::Integer

#volume_type"standard", ...

Returns:

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


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

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