Class: Aws::Types::ModifyDefaultCreditSpecificationRequest

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)


13594
13595
13596
# File 'sig/types.rbs', line 13594

def cpu_credits
  @cpu_credits
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13592
13593
13594
# File 'sig/types.rbs', line 13592

def dry_run
  @dry_run
end

#instance_family"t2", ...

Returns the value of attribute instance_family.

Returns:

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


13593
13594
13595
# File 'sig/types.rbs', line 13593

def instance_family
  @instance_family
end