Class: Aws::Types::BillScenarioUsageModificationItem
- Inherits:
-
Object
- Object
- Aws::Types::BillScenarioUsageModificationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#quantities ⇒ ::Array[Types::UsageQuantity]
Returns the value of attribute quantities.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
415 416 417 |
# File 'sig/types.rbs', line 415 def availability_zone @availability_zone end |
#group ⇒ ::String
Returns the value of attribute group.
417 418 419 |
# File 'sig/types.rbs', line 417 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
420 421 422 |
# File 'sig/types.rbs', line 420 def historical_usage @historical_usage end |
#id ⇒ ::String
Returns the value of attribute id.
416 417 418 |
# File 'sig/types.rbs', line 416 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
414 415 416 |
# File 'sig/types.rbs', line 414 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
413 414 415 |
# File 'sig/types.rbs', line 413 def operation @operation end |
#quantities ⇒ ::Array[Types::UsageQuantity]
Returns the value of attribute quantities.
419 420 421 |
# File 'sig/types.rbs', line 419 def quantities @quantities end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
411 412 413 |
# File 'sig/types.rbs', line 411 def service_code @service_code end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
412 413 414 |
# File 'sig/types.rbs', line 412 def usage_type @usage_type end |