Class: Aws::Types::BatchCreateBillScenarioUsageModificationRequest

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)


101
102
103
# File 'sig/types.rbs', line 101

def bill_scenario_id
  @bill_scenario_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def client_token
  @client_token
end

#usage_modifications::Array[Types::BatchCreateBillScenarioUsageModificationEntry]

Returns the value of attribute usage_modifications.



102
103
104
# File 'sig/types.rbs', line 102

def usage_modifications
  @usage_modifications
end