Class: Aws::Types::GetSavingsPlansUtilizationDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def next_token
  @next_token
end

#savings_plans_utilization_details::Array[Types::SavingsPlansUtilizationDetail]

Returns the value of attribute savings_plans_utilization_details.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def savings_plans_utilization_details
  @savings_plans_utilization_details
end

#time_periodTypes::DateInterval

Returns the value of attribute time_period.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def time_period
  @time_period
end

#totalTypes::SavingsPlansUtilizationAggregates

Returns the value of attribute total.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def total
  @total
end