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:



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

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

#availability_zone::String

Returns:

  • (::String)


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

def availability_zone: () -> ::String

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#encryptedBoolean

Returns:

  • (Boolean)


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

def encrypted: () -> bool

#fast_restoredBoolean

Returns:

  • (Boolean)


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

def fast_restored: () -> bool

#iops::Integer

Returns:

  • (::Integer)


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

def iops: () -> ::Integer

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#multi_attach_enabledBoolean

Returns:

  • (Boolean)


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

def multi_attach_enabled: () -> bool

#operatorTypes::OperatorResponse



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

def operator: () -> Types::OperatorResponse

#outpost_arn::String

Returns:

  • (::String)


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

def outpost_arn: () -> ::String

#size::Integer

Returns:

  • (::Integer)


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

def size: () -> ::Integer

#snapshot_id::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#source_volume_id::String

Returns:

  • (::String)


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

def source_volume_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


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

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

#state"creating", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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

#throughput::Integer

Returns:

  • (::Integer)


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

def throughput: () -> ::Integer

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String

#volume_initialization_rate::Integer

Returns:

  • (::Integer)


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

def volume_initialization_rate: () -> ::Integer

#volume_type"standard", ...

Returns:

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


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

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