Class: Aws::Types::ListBillingViewsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBillingViewsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_time_range ⇒ Types::ActiveTimeRange
Returns the value of attribute active_time_range.
-
#arns ⇒ ::Array[::String]
Returns the value of attribute arns.
-
#billing_view_types ⇒ ::Array[("PRIMARY" | "BILLING_GROUP" | "CUSTOM" | "BILLING_TRANSFER" | "BILLING_TRANSFER_SHOWBACK")]
Returns the value of attribute billing_view_types.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#names ⇒ ::Array[Types::StringSearch]
Returns the value of attribute names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
Instance Attribute Details
#active_time_range ⇒ Types::ActiveTimeRange
Returns the value of attribute active_time_range.
364 365 366 |
# File 'sig/types.rbs', line 364 def active_time_range @active_time_range end |
#arns ⇒ ::Array[::String]
Returns the value of attribute arns.
365 366 367 |
# File 'sig/types.rbs', line 365 def arns @arns end |
#billing_view_types ⇒ ::Array[("PRIMARY" | "BILLING_GROUP" | "CUSTOM" | "BILLING_TRANSFER" | "BILLING_TRANSFER_SHOWBACK")]
Returns the value of attribute billing_view_types.
366 367 368 |
# File 'sig/types.rbs', line 366 def billing_view_types @billing_view_types end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
370 371 372 |
# File 'sig/types.rbs', line 370 def max_results @max_results end |
#names ⇒ ::Array[Types::StringSearch]
Returns the value of attribute names.
367 368 369 |
# File 'sig/types.rbs', line 367 def names @names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
371 372 373 |
# File 'sig/types.rbs', line 371 def next_token @next_token end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def owner_account_id @owner_account_id end |
#source_account_id ⇒ ::String
Returns the value of attribute source_account_id.
369 370 371 |
# File 'sig/types.rbs', line 369 def source_account_id @source_account_id end |