Class: Aws::Types::BillEstimateInputUsageModificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillEstimateInputUsageModificationSummary
- 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.
325 326 327 |
# File 'sig/types.rbs', line 325 def availability_zone @availability_zone end |
#group ⇒ ::String
Returns the value of attribute group.
327 328 329 |
# File 'sig/types.rbs', line 327 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
330 331 332 |
# File 'sig/types.rbs', line 330 def historical_usage @historical_usage end |
#id ⇒ ::String
Returns the value of attribute id.
326 327 328 |
# File 'sig/types.rbs', line 326 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
324 325 326 |
# File 'sig/types.rbs', line 324 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
323 324 325 |
# File 'sig/types.rbs', line 323 def operation @operation end |
#quantities ⇒ ::Array[Types::UsageQuantity]
Returns the value of attribute quantities.
329 330 331 |
# File 'sig/types.rbs', line 329 def quantities @quantities end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
321 322 323 |
# File 'sig/types.rbs', line 321 def service_code @service_code end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
328 329 330 |
# File 'sig/types.rbs', line 328 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
322 323 324 |
# File 'sig/types.rbs', line 322 def usage_type @usage_type end |