Class: Aws::Types::ModifyInstanceCreditSpecificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


14093
14094
14095
# File 'sig/types.rbs', line 14093

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14092
14093
14094
# File 'sig/types.rbs', line 14092

def dry_run
  @dry_run
end

#instance_credit_specifications::Array[Types::InstanceCreditSpecificationRequest]

Returns the value of attribute instance_credit_specifications.



14094
14095
14096
# File 'sig/types.rbs', line 14094

def instance_credit_specifications
  @instance_credit_specifications
end