Class: Aws::Types::BatchCreateWorkloadEstimateUsageEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateWorkloadEstimateUsageEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#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
#amount ⇒ ::Float
Returns the value of attribute amount.
120 121 122 |
# File 'sig/types.rbs', line 120 def amount @amount end |
#group ⇒ ::String
Returns the value of attribute group.
118 119 120 |
# File 'sig/types.rbs', line 118 def group @group end |
#historical_usage ⇒ Types::HistoricalUsageEntity
Returns the value of attribute historical_usage.
121 122 123 |
# File 'sig/types.rbs', line 121 def historical_usage @historical_usage end |
#key ⇒ ::String
Returns the value of attribute key.
117 118 119 |
# File 'sig/types.rbs', line 117 def key @key end |
#operation ⇒ ::String
Returns the value of attribute operation.
116 117 118 |
# File 'sig/types.rbs', line 116 def operation @operation end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
114 115 116 |
# File 'sig/types.rbs', line 114 def service_code @service_code end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
119 120 121 |
# File 'sig/types.rbs', line 119 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
115 116 117 |
# File 'sig/types.rbs', line 115 def usage_type @usage_type end |