Class: Aws::Types::GetSavingsPlansCoverageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def filter
  @filter
end

#granularity"DAILY", ...

Returns the value of attribute granularity.

Returns:

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


789
790
791
# File 'sig/types.rbs', line 789

def granularity
  @granularity
end

#group_by::Array[Types::GroupDefinition]

Returns the value of attribute group_by.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def group_by
  @group_by
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


793
794
795
# File 'sig/types.rbs', line 793

def max_results
  @max_results
end

#metrics::Array[::String]

Returns the value of attribute metrics.

Returns:

  • (::Array[::String])


791
792
793
# File 'sig/types.rbs', line 791

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def next_token
  @next_token
end

#sort_byTypes::SortDefinition

Returns the value of attribute sort_by.



794
795
796
# File 'sig/types.rbs', line 794

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



787
788
789
# File 'sig/types.rbs', line 787

def time_period
  @time_period
end