Class: Aws::Types::InstanceFamilyCreditSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_credits::String

Returns the value of attribute cpu_credits.

Returns:

  • (::String)


11451
11452
11453
# File 'sig/types.rbs', line 11451

def cpu_credits
  @cpu_credits
end

#instance_family"t2", ...

Returns the value of attribute instance_family.

Returns:

  • ("t2", "t3", "t3a", "t4g")


11450
11451
11452
# File 'sig/types.rbs', line 11450

def instance_family
  @instance_family
end