Class: Aws::Types::ListBillingViewsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_time_rangeTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("PRIMARY" | "BILLING_GROUP" | "CUSTOM" | "BILLING_TRANSFER" | "BILLING_TRANSFER_SHOWBACK")])


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.

Returns:

  • (::Integer)


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.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def names
  @names
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


368
369
370
# File 'sig/types.rbs', line 368

def 
  @owner_account_id
end

#source_account_id::String

Returns the value of attribute source_account_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def 
  @source_account_id
end