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:



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

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

#availability_zone::String

Returns:

  • (::String)


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

def availability_zone: () -> ::String

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#encryptedBoolean

Returns:

  • (Boolean)


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

def encrypted: () -> bool

#fast_restoredBoolean

Returns:

  • (Boolean)


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

def fast_restored: () -> bool

#iops::Integer

Returns:

  • (::Integer)


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

def iops: () -> ::Integer

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#multi_attach_enabledBoolean

Returns:

  • (Boolean)


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

def multi_attach_enabled: () -> bool

#operatorTypes::OperatorResponse



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

def operator: () -> Types::OperatorResponse

#outpost_arn::String

Returns:

  • (::String)


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

def outpost_arn: () -> ::String

#size::Integer

Returns:

  • (::Integer)


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

def size: () -> ::Integer

#snapshot_id::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#source_volume_id::String

Returns:

  • (::String)


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

def source_volume_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


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

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

#state"creating", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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

#throughput::Integer

Returns:

  • (::Integer)


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

def throughput: () -> ::Integer

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String

#volume_initialization_rate::Integer

Returns:

  • (::Integer)


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

def volume_initialization_rate: () -> ::Integer

#volume_type"standard", ...

Returns:

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


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

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