Class: Aws::Types::GetCostAndUsageRequest

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)


591
592
593
# File 'sig/types.rbs', line 591

def billing_view_arn
  @billing_view_arn
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



588
589
590
# File 'sig/types.rbs', line 588

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

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


587
588
589
# File 'sig/types.rbs', line 587

def granularity
  @granularity
end

#group_by::Array[Types::GroupDefinition]

Returns the value of attribute group_by.

Returns:



590
591
592
# File 'sig/types.rbs', line 590

def group_by
  @group_by
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


589
590
591
# File 'sig/types.rbs', line 589

def metrics
  @metrics
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def next_page_token
  @next_page_token
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



586
587
588
# File 'sig/types.rbs', line 586

def time_period
  @time_period
end