Class: Aws::Types::GetBillingGroupCostReportInput
- Inherits:
-
Object
- Object
- Aws::Types::GetBillingGroupCostReportInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_period_range ⇒ Types::BillingPeriodRange
Returns the value of attribute billing_period_range.
-
#group_by ⇒ ::Array[("PRODUCT_NAME" | "BILLING_PERIOD")]
Returns the value of attribute group_by.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def arn @arn end |
#billing_period_range ⇒ Types::BillingPeriodRange
Returns the value of attribute billing_period_range.
385 386 387 |
# File 'sig/types.rbs', line 385 def billing_period_range @billing_period_range end |
#group_by ⇒ ::Array[("PRODUCT_NAME" | "BILLING_PERIOD")]
Returns the value of attribute group_by.
386 387 388 |
# File 'sig/types.rbs', line 386 def group_by @group_by end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
387 388 389 |
# File 'sig/types.rbs', line 387 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
388 389 390 |
# File 'sig/types.rbs', line 388 def next_token @next_token end |