Class: Aws::Types::EbsInstanceBlockDeviceSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_termination ⇒ Boolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


627
628
629
# File 'sig/types.rbs', line 627

def delete_on_termination
  @delete_on_termination
end

#encrypted ⇒ Boolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


626
627
628
# File 'sig/types.rbs', line 626

def encrypted
  @encrypted
end

#iops ⇒ ::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


628
629
630
# File 'sig/types.rbs', line 628

def iops
  @iops
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def kms_key_id
  @kms_key_id
end

#snapshot_id ⇒ ::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def snapshot_id
  @snapshot_id
end

#throughput ⇒ ::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def throughput
  @throughput
end

#volume_size ⇒ ::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


631
632
633
# File 'sig/types.rbs', line 631

def volume_size
  @volume_size
end

#volume_type ⇒ "standard", ...

Returns the value of attribute volume_type.

Returns:

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


632
633
634
# File 'sig/types.rbs', line 632

def volume_type
  @volume_type
end