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:



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

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

#availability_zone::String

Returns:

  • (::String)


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

def availability_zone: () -> ::String

#availability_zone_id::String

Returns:

  • (::String)


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

def availability_zone_id: () -> ::String

#create_time::Time

Returns:

  • (::Time)


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

def create_time: () -> ::Time

#encryptedBoolean

Returns:

  • (Boolean)


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

def encrypted: () -> bool

#fast_restoredBoolean

Returns:

  • (Boolean)


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

def fast_restored: () -> bool

#iops::Integer

Returns:

  • (::Integer)


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

def iops: () -> ::Integer

#kms_key_id::String

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#multi_attach_enabledBoolean

Returns:

  • (Boolean)


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

def multi_attach_enabled: () -> bool

#operatorTypes::OperatorResponse



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

def operator: () -> Types::OperatorResponse

#outpost_arn::String

Returns:

  • (::String)


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

def outpost_arn: () -> ::String

#size::Integer

Returns:

  • (::Integer)


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

def size: () -> ::Integer

#snapshot_id::String

Returns:

  • (::String)


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

def snapshot_id: () -> ::String

#source_volume_id::String

Returns:

  • (::String)


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

def source_volume_id: () -> ::String

#sse_type"sse-ebs", ...

Returns:

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


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

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

#state"creating", ...

Returns:

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


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

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

#tags::Array[Types::Tag]

Returns:



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

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

#throughput::Integer

Returns:

  • (::Integer)


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

def throughput: () -> ::Integer

#volume_id::String

Returns:

  • (::String)


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

def volume_id: () -> ::String

#volume_initialization_rate::Integer

Returns:

  • (::Integer)


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

def volume_initialization_rate: () -> ::Integer

#volume_type"standard", ...

Returns:

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


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

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