Class: Aws::Types::ModifyInstanceCreditSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceCreditSpecificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_credit_specifications ⇒ ::Array[Types::InstanceCreditSpecificationRequest]
Returns the value of attribute instance_credit_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
13766 13767 13768 |
# File 'sig/types.rbs', line 13766 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13765 13766 13767 |
# File 'sig/types.rbs', line 13765 def dry_run @dry_run end |
#instance_credit_specifications ⇒ ::Array[Types::InstanceCreditSpecificationRequest]
Returns the value of attribute instance_credit_specifications.
13767 13768 13769 |
# File 'sig/types.rbs', line 13767 def instance_credit_specifications @instance_credit_specifications end |