Class: Aws::Types::LaunchTemplateDiskConf

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)


731
732
733
# File 'sig/types.rbs', line 731

def delete_on_termination
  @delete_on_termination
end

#iops ⇒ ::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


728
729
730
# File 'sig/types.rbs', line 728

def iops
  @iops
end

#throughput ⇒ ::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


729
730
731
# File 'sig/types.rbs', line 729

def throughput
  @throughput
end

#volume_initialization_rate ⇒ ::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


730
731
732
# File 'sig/types.rbs', line 730

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_type ⇒ "io1", ...

Returns the value of attribute volume_type.

Returns:

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


727
728
729
# File 'sig/types.rbs', line 727

def volume_type
  @volume_type
end