Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bill_scenario_id::String

Returns the value of attribute bill_scenario_id.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def bill_scenario_id
  @bill_scenario_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def client_token
  @client_token
end

#commitment_modifications::Array[Types::BatchCreateBillScenarioCommitmentModificationEntry]

Returns the value of attribute commitment_modifications.



54
55
56
# File 'sig/types.rbs', line 54

def commitment_modifications
  @commitment_modifications
end