Class: Aws::Types::GetCostAndUsageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#filter ⇒ Types::Expression
Returns the value of attribute filter.
-
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
-
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
-
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
Instance Attribute Details
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
591 592 593 |
# File 'sig/types.rbs', line 591 def billing_view_arn @billing_view_arn end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
588 589 590 |
# File 'sig/types.rbs', line 588 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
587 588 589 |
# File 'sig/types.rbs', line 587 def granularity @granularity end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
590 591 592 |
# File 'sig/types.rbs', line 590 def group_by @group_by end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
589 590 591 |
# File 'sig/types.rbs', line 589 def metrics @metrics end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
592 593 594 |
# File 'sig/types.rbs', line 592 def next_page_token @next_page_token end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
586 587 588 |
# File 'sig/types.rbs', line 586 def time_period @time_period end |