Class: Aws::Types::GetCostAndUsageComparisonsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_time_periodTypes::DateInterval

Returns the value of attribute baseline_time_period.

Returns:



568
569
570
# File 'sig/types.rbs', line 568

def baseline_time_period
  @baseline_time_period
end

#billing_view_arn::String

Returns the value of attribute billing_view_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def billing_view_arn
  @billing_view_arn
end

#comparison_time_periodTypes::DateInterval

Returns the value of attribute comparison_time_period.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def comparison_time_period
  @comparison_time_period
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



571
572
573
# File 'sig/types.rbs', line 571

def filter
  @filter
end

#group_by::Array[Types::GroupDefinition]

Returns the value of attribute group_by.

Returns:



572
573
574
# File 'sig/types.rbs', line 572

def group_by
  @group_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


573
574
575
# File 'sig/types.rbs', line 573

def max_results
  @max_results
end

#metric_for_comparison::String

Returns the value of attribute metric_for_comparison.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def metric_for_comparison
  @metric_for_comparison
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def next_page_token
  @next_page_token
end