Class: Aws::Types::GetCostAndUsageWithResourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCostAndUsageWithResourcesRequest
- 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.
610 611 612 |
# File 'sig/types.rbs', line 610 def billing_view_arn @billing_view_arn end |
#filter ⇒ Types::Expression
Returns the value of attribute filter.
607 608 609 |
# File 'sig/types.rbs', line 607 def filter @filter end |
#granularity ⇒ "DAILY", ...
Returns the value of attribute granularity.
606 607 608 |
# File 'sig/types.rbs', line 606 def granularity @granularity end |
#group_by ⇒ ::Array[Types::GroupDefinition]
Returns the value of attribute group_by.
609 610 611 |
# File 'sig/types.rbs', line 609 def group_by @group_by end |
#metrics ⇒ ::Array[::String]
Returns the value of attribute metrics.
608 609 610 |
# File 'sig/types.rbs', line 608 def metrics @metrics end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
611 612 613 |
# File 'sig/types.rbs', line 611 def next_page_token @next_page_token end |
#time_period ⇒ Types::DateInterval
Returns the value of attribute time_period.
605 606 607 |
# File 'sig/types.rbs', line 605 def time_period @time_period end |