Class: Aws::Types::GetCostAndUsageWithResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_view_arn::String

Returns the value of attribute billing_view_arn.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def billing_view_arn
  @billing_view_arn
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



607
608
609
# File 'sig/types.rbs', line 607

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

  • ("DAILY", "MONTHLY", "HOURLY")


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.

Returns:



609
610
611
# File 'sig/types.rbs', line 609

def group_by
  @group_by
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


611
612
613
# File 'sig/types.rbs', line 611

def next_page_token
  @next_page_token
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def time_period
  @time_period
end