Class: Aws::Types::BatchCreateBillScenarioUsageModificationItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioUsageModificationItem
- 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.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#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.
90 91 92 |
# File 'sig/types.rbs', line 90 def availability_zone @availability_zone end |
#group ⇒ ::String
Returns the value of attribute group.
92 93 94 |
# File 'sig/types.rbs', line 92 def group @group end |
#historical_usage ⇒ Types::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.
91 92 93 |
# File 'sig/types.rbs', line 91 def id @id end |
#key ⇒ ::String
Returns the value of attribute key.
96 97 98 |
# File 'sig/types.rbs', line 96 def key @key end |
#location ⇒ ::String
Returns the value of attribute location.
89 90 91 |
# File 'sig/types.rbs', line 89 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
88 89 90 |
# File 'sig/types.rbs', line 88 def operation @operation end |
#quantities ⇒ ::Array[Types::UsageQuantity]
Returns the value of attribute quantities.
94 95 96 |
# File 'sig/types.rbs', line 94 def quantities @quantities end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
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.
93 94 95 |
# File 'sig/types.rbs', line 93 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
87 88 89 |
# File 'sig/types.rbs', line 87 def usage_type @usage_type end |