Class: Aws::Types::Ebs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


641
642
643
# File 'sig/types.rbs', line 641

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


643
644
645
# File 'sig/types.rbs', line 643

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


642
643
644
# File 'sig/types.rbs', line 642

def iops
  @iops
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def snapshot_id
  @snapshot_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


644
645
646
# File 'sig/types.rbs', line 644

def throughput
  @throughput
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


639
640
641
# File 'sig/types.rbs', line 639

def volume_size
  @volume_size
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def volume_type
  @volume_type
end