Class: Aws::Types::LaunchTemplateEbsBlockDevice

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)


13114
13115
13116
# File 'sig/types.rbs', line 13114

def delete_on_termination
  @delete_on_termination
end

#ebs_card_index::Integer

Returns the value of attribute ebs_card_index.

Returns:

  • (::Integer)


13122
13123
13124
# File 'sig/types.rbs', line 13122

def ebs_card_index
  @ebs_card_index
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


13113
13114
13115
# File 'sig/types.rbs', line 13113

def encrypted
  @encrypted
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


13115
13116
13117
# File 'sig/types.rbs', line 13115

def iops
  @iops
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


13116
13117
13118
# File 'sig/types.rbs', line 13116

def kms_key_id
  @kms_key_id
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


13117
13118
13119
# File 'sig/types.rbs', line 13117

def snapshot_id
  @snapshot_id
end

#throughput::Integer

Returns the value of attribute throughput.

Returns:

  • (::Integer)


13120
13121
13122
# File 'sig/types.rbs', line 13120

def throughput
  @throughput
end

#volume_initialization_rate::Integer

Returns the value of attribute volume_initialization_rate.

Returns:

  • (::Integer)


13121
13122
13123
# File 'sig/types.rbs', line 13121

def volume_initialization_rate
  @volume_initialization_rate
end

#volume_size::Integer

Returns the value of attribute volume_size.

Returns:

  • (::Integer)


13118
13119
13120
# File 'sig/types.rbs', line 13118

def volume_size
  @volume_size
end

#volume_type"standard", ...

Returns the value of attribute volume_type.

Returns:

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


13119
13120
13121
# File 'sig/types.rbs', line 13119

def volume_type
  @volume_type
end