Class: Aws::Types::UsageByAccount
- Inherits:
-
Object
- Object
- Aws::Types::UsageByAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#estimated_cost ⇒ ::String
Returns the value of attribute estimated_cost.
-
#service_limit ⇒ Types::ServiceLimit
Returns the value of attribute service_limit.
-
#type ⇒ "DATA_INVENTORY_EVALUATION", ...
Returns the value of attribute type.
Instance Attribute Details
#currency ⇒ "USD"
Returns the value of attribute currency.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def currency @currency end |
#estimated_cost ⇒ ::String
Returns the value of attribute estimated_cost.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def estimated_cost @estimated_cost end |
#service_limit ⇒ Types::ServiceLimit
Returns the value of attribute service_limit.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def service_limit @service_limit end |
#type ⇒ "DATA_INVENTORY_EVALUATION", ...
Returns the value of attribute type.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def type @type end |