Class: Aws::Types::EbsBlockDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


8813
8814
8815
# File 'sig/types.rbs', line 8813

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


8816
8817
8818
# File 'sig/types.rbs', line 8816

def availability_zone_id
  @availability_zone_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


8805
8806
8807
# File 'sig/types.rbs', line 8805

def delete_on_termination
  @delete_on_termination
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


8817
8818
8819
# File 'sig/types.rbs', line 8817

def ebs_card_index
  @ebs_card_index
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


8814
8815
8816
# File 'sig/types.rbs', line 8814

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


8806
8807
8808
# File 'sig/types.rbs', line 8806

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


8810
8811
8812
# File 'sig/types.rbs', line 8810

def kms_key_id
  @kms_key_id
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


8812
8813
8814
# File 'sig/types.rbs', line 8812

def outpost_arn
  @outpost_arn
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


8807
8808
8809
# File 'sig/types.rbs', line 8807

def snapshot_id
  @snapshot_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


8811
8812
8813
# File 'sig/types.rbs', line 8811

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


8815
8816
8817
# File 'sig/types.rbs', line 8815

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


8808
8809
8810
# File 'sig/types.rbs', line 8808

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


8809
8810
8811
# File 'sig/types.rbs', line 8809

def volume_type
  @volume_type
end