Class: Aws::Types::BatchCreateWorkloadEstimateUsageItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateWorkloadEstimateUsageItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost ⇒ ::Float
Returns the value of attribute cost.
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#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.
-
#quantity ⇒ Types::WorkloadEstimateUsageQuantity
Returns the value of attribute quantity.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#status ⇒ "VALID", ...
Returns the value of attribute status.
-
#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
#cost ⇒ ::Float
Returns the value of attribute cost.
141 142 143 |
# File 'sig/types.rbs', line 141 def cost @cost end |
#currency ⇒ "USD"
Returns the value of attribute currency.
142 143 144 |
# File 'sig/types.rbs', line 142 def currency @currency end |
#group ⇒ ::String
Returns the value of attribute group.
139 140 141 |
# File 'sig/types.rbs', line 139 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
144 145 146 |
# File 'sig/types.rbs', line 144 def historical_usage @historical_usage end |
#id ⇒ ::String
Returns the value of attribute id.
137 138 139 |
# File 'sig/types.rbs', line 137 def id @id end |
#key ⇒ ::String
Returns the value of attribute key.
145 146 147 |
# File 'sig/types.rbs', line 145 def key @key end |
#location ⇒ ::String
Returns the value of attribute location.
136 137 138 |
# File 'sig/types.rbs', line 136 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
135 136 137 |
# File 'sig/types.rbs', line 135 def operation @operation end |
#quantity ⇒ Types::WorkloadEstimateUsageQuantity
Returns the value of attribute quantity.
140 141 142 |
# File 'sig/types.rbs', line 140 def quantity @quantity end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
133 134 135 |
# File 'sig/types.rbs', line 133 def service_code @service_code end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
143 144 145 |
# File 'sig/types.rbs', line 143 def status @status end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
134 135 136 |
# File 'sig/types.rbs', line 134 def usage_type @usage_type end |