Class: Aws::Types::Volume

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachments::Array[Types::VolumeAttachment]

Returns the value of attribute attachments.

Returns:



19502
19503
19504
# File 'sig/types.rbs', line 19502

def attachments
  @attachments
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


19499
19500
19501
# File 'sig/types.rbs', line 19499

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


19484
19485
19486
# File 'sig/types.rbs', line 19484

def availability_zone_id
  @availability_zone_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


19501
19502
19503
# File 'sig/types.rbs', line 19501

def create_time
  @create_time
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


19503
19504
19505
# File 'sig/types.rbs', line 19503

def encrypted
  @encrypted
end

#fast_restoredBoolean

Returns the value of attribute fast_restored.

Returns:

  • (Boolean)


19490
19491
19492
# File 'sig/types.rbs', line 19490

def fast_restored
  @fast_restored
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


19487
19488
19489
# File 'sig/types.rbs', line 19487

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


19504
19505
19506
# File 'sig/types.rbs', line 19504

def kms_key_id
  @kms_key_id
end

#multi_attach_enabledBoolean

Returns the value of attribute multi_attach_enabled.

Returns:

  • (Boolean)


19491
19492
19493
# File 'sig/types.rbs', line 19491

def multi_attach_enabled
  @multi_attach_enabled
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19494
19495
19496
# File 'sig/types.rbs', line 19494

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


19485
19486
19487
# File 'sig/types.rbs', line 19485

def outpost_arn
  @outpost_arn
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


19497
19498
19499
# File 'sig/types.rbs', line 19497

def size
  @size
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


19498
19499
19500
# File 'sig/types.rbs', line 19498

def snapshot_id
  @snapshot_id
end

#source_volume_id::String

Returns the value of attribute source_volume_id.

Returns:

  • (::String)


19486
19487
19488
# File 'sig/types.rbs', line 19486

def source_volume_id
  @source_volume_id
end

#sse_type"sse-ebs", ...

Returns the value of attribute sse_type.

Returns:

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


19493
19494
19495
# File 'sig/types.rbs', line 19493

def sse_type
  @sse_type
end

#state"creating", ...

Returns the value of attribute state.

Returns:

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


19500
19501
19502
# File 'sig/types.rbs', line 19500

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19488
19489
19490
# File 'sig/types.rbs', line 19488

def tags
  @tags
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


19492
19493
19494
# File 'sig/types.rbs', line 19492

def throughput
  @throughput
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19496
19497
19498
# File 'sig/types.rbs', line 19496

def volume_id
  @volume_id
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


19495
19496
19497
# File 'sig/types.rbs', line 19495

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


19489
19490
19491
# File 'sig/types.rbs', line 19489

def volume_type
  @volume_type
end