Class: Aws::Types::ModifyDefaultCreditSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDefaultCreditSpecificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu_credits ⇒ ::String
Returns the value of attribute cpu_credits.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_family ⇒ "t2", ...
Returns the value of attribute instance_family.
Instance Attribute Details
#cpu_credits ⇒ ::String
Returns the value of attribute cpu_credits.
13921 13922 13923 |
# File 'sig/types.rbs', line 13921 def cpu_credits @cpu_credits end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13919 13920 13921 |
# File 'sig/types.rbs', line 13919 def dry_run @dry_run end |
#instance_family ⇒ "t2", ...
Returns the value of attribute instance_family.
13920 13921 13922 |
# File 'sig/types.rbs', line 13920 def instance_family @instance_family end |