Class: Aws::Types::GetSavingsPlansUtilizationDetailsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type::Array[("ATTRIBUTES" | "UTILIZATION" | "AMORTIZED_COMMITMENT" | "SAVINGS")]

Returns the value of attribute data_type.

Returns:

  • (::Array[("ATTRIBUTES" | "UTILIZATION" | "AMORTIZED_COMMITMENT" | "SAVINGS")])


826
827
828
# File 'sig/types.rbs', line 826

def data_type
  @data_type
end

#filterTypes::Expression

Returns the value of attribute filter.

Returns:



825
826
827
# File 'sig/types.rbs', line 825

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


828
829
830
# File 'sig/types.rbs', line 828

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def next_token
  @next_token
end

#sort_byTypes::SortDefinition

Returns the value of attribute sort_by.



829
830
831
# File 'sig/types.rbs', line 829

def sort_by
  @sort_by
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



824
825
826
# File 'sig/types.rbs', line 824

def time_period
  @time_period
end