Class: Aws::Types::BatchCreateBillScenarioUsageModificationEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateBillScenarioUsageModificationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amounts ⇒ ::Array[Types::UsageAmount]
Returns the value of attribute amounts.
-
#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.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#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
#amounts ⇒ ::Array[Types::UsageAmount]
Returns the value of attribute amounts.
73 74 75 |
# File 'sig/types.rbs', line 73 def amounts @amounts end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
69 70 71 |
# File 'sig/types.rbs', line 69 def availability_zone @availability_zone end |
#group ⇒ ::String
Returns the value of attribute group.
71 72 73 |
# File 'sig/types.rbs', line 71 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
74 75 76 |
# File 'sig/types.rbs', line 74 def historical_usage @historical_usage end |
#key ⇒ ::String
Returns the value of attribute key.
70 71 72 |
# File 'sig/types.rbs', line 70 def key @key end |
#operation ⇒ ::String
Returns the value of attribute operation.
68 69 70 |
# File 'sig/types.rbs', line 68 def operation @operation end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
66 67 68 |
# File 'sig/types.rbs', line 66 def service_code @service_code end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
67 68 69 |
# File 'sig/types.rbs', line 67 def usage_type @usage_type end |