Class: Aws::Types::InstanceFamilyCreditSpecification
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFamilyCreditSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_credits ⇒ ::String
Returns the value of attribute cpu_credits.
-
#instance_family ⇒ "t2", ...
Returns the value of attribute instance_family.
Instance Attribute Details
#cpu_credits ⇒ ::String
Returns the value of attribute cpu_credits.
11939 11940 11941 |
# File 'sig/types.rbs', line 11939 def cpu_credits @cpu_credits end |
#instance_family ⇒ "t2", ...
Returns the value of attribute instance_family.
11938 11939 11940 |
# File 'sig/types.rbs', line 11938 def instance_family @instance_family end |