Class: Aws::Types::AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails

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)


646
647
648
# File 'sig/types.rbs', line 646

def delete_on_termination
  @delete_on_termination
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


647
648
649
# File 'sig/types.rbs', line 647

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


648
649
650
# File 'sig/types.rbs', line 648

def iops
  @iops
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def snapshot_id
  @snapshot_id
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


650
651
652
# File 'sig/types.rbs', line 650

def volume_size
  @volume_size
end

#volume_type::String

Returns the value of attribute volume_type.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def volume_type
  @volume_type
end