Class: Aws::Types::EstimateByTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency"USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


1300
1301
1302
# File 'sig/types.rbs', line 1300

def currency
  @currency
end

#pricing_unit"GB", ...

Returns the value of attribute pricing_unit.

Returns:

  • ("GB", "Hrs", "GB-Mo", "Bundles", "Queries")


1298
1299
1300
# File 'sig/types.rbs', line 1298

def pricing_unit
  @pricing_unit
end

#time_periodTypes::TimePeriod

Returns the value of attribute time_period.

Returns:



1301
1302
1303
# File 'sig/types.rbs', line 1301

def time_period
  @time_period
end

#unit::Float

Returns the value of attribute unit.

Returns:

  • (::Float)


1299
1300
1301
# File 'sig/types.rbs', line 1299

def unit
  @unit
end

#usage_cost::Float

Returns the value of attribute usage_cost.

Returns:

  • (::Float)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def usage_cost
  @usage_cost
end