Class: Aws::Types::WorkloadEstimateUsageItem
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadEstimateUsageItem
- 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.
-
#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.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def cost @cost end |
#currency ⇒ "USD"
Returns the value of attribute currency.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def currency @currency end |
#group ⇒ ::String
Returns the value of attribute group.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def historical_usage @historical_usage end |
#id ⇒ ::String
Returns the value of attribute id.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def id @id end |
#location ⇒ ::String
Returns the value of attribute location.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def operation @operation end |
#quantity ⇒ Types::WorkloadEstimateUsageQuantity
Returns the value of attribute quantity.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def quantity @quantity end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def service_code @service_code end |
#status ⇒ "VALID", ...
Returns the value of attribute status.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def status @status end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def usage_type @usage_type end |