Class: Aws::Types::HistoricalUsageEntity
- Inherits:
-
Object
- Object
- Aws::Types::HistoricalUsageEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
-
#filter_expression ⇒ Types::Expression
Returns the value of attribute filter_expression.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#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
#bill_interval ⇒ Types::BillInterval
Returns the value of attribute bill_interval.
635 636 637 |
# File 'sig/types.rbs', line 635 def bill_interval @bill_interval end |
#filter_expression ⇒ Types::Expression
Returns the value of attribute filter_expression.
636 637 638 |
# File 'sig/types.rbs', line 636 def filter_expression @filter_expression end |
#location ⇒ ::String
Returns the value of attribute location.
633 634 635 |
# File 'sig/types.rbs', line 633 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
632 633 634 |
# File 'sig/types.rbs', line 632 def operation @operation end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
630 631 632 |
# File 'sig/types.rbs', line 630 def service_code @service_code end |
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
631 632 633 |
# File 'sig/types.rbs', line 631 def usage_type @usage_type end |