Class: Aws::Types::BatchCreateBillScenarioUsageModificationItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def availability_zone
  @availability_zone
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


92
93
94
# File 'sig/types.rbs', line 92

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



95
96
97
# File 'sig/types.rbs', line 95

def historical_usage
  @historical_usage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


91
92
93
# File 'sig/types.rbs', line 91

def id
  @id
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def key
  @key
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def operation
  @operation
end

#quantities::Array[Types::UsageQuantity]

Returns the value of attribute quantities.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def quantities
  @quantities
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def usage_type
  @usage_type
end