Class: Aws::Types::BillScenarioCommitmentModificationAction

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

Defined Under Namespace

Classes: AddReservedInstanceAction, AddSavingsPlanAction, NegateReservedInstanceAction, NegateSavingsPlanAction, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_reserved_instance_actionTypes::AddReservedInstanceAction

Returns the value of attribute add_reserved_instance_action.



370
371
372
# File 'sig/types.rbs', line 370

def add_reserved_instance_action
  @add_reserved_instance_action
end

#add_savings_plan_actionTypes::AddSavingsPlanAction

Returns the value of attribute add_savings_plan_action.



371
372
373
# File 'sig/types.rbs', line 371

def add_savings_plan_action
  @add_savings_plan_action
end

#negate_reserved_instance_actionTypes::NegateReservedInstanceAction

Returns the value of attribute negate_reserved_instance_action.



372
373
374
# File 'sig/types.rbs', line 372

def negate_reserved_instance_action
  @negate_reserved_instance_action
end

#negate_savings_plan_actionTypes::NegateSavingsPlanAction

Returns the value of attribute negate_savings_plan_action.



373
374
375
# File 'sig/types.rbs', line 373

def negate_savings_plan_action
  @negate_savings_plan_action
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


374
375
376
# File 'sig/types.rbs', line 374

def unknown
  @unknown
end