Class: Aws::Types::FreeTierUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_usage_amount::Float

Returns the value of attribute actual_usage_amount.

Returns:

  • (::Float)


55
56
57
# File 'sig/types.rbs', line 55

def actual_usage_amount
  @actual_usage_amount
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def description
  @description
end

#forecasted_usage_amount::Float

Returns the value of attribute forecasted_usage_amount.

Returns:

  • (::Float)


56
57
58
# File 'sig/types.rbs', line 56

def forecasted_usage_amount
  @forecasted_usage_amount
end

#free_tier_type::String

Returns the value of attribute free_tier_type.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def free_tier_type
  @free_tier_type
end

#limit::Float

Returns the value of attribute limit.

Returns:

  • (::Float)


57
58
59
# File 'sig/types.rbs', line 57

def limit
  @limit
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def operation
  @operation
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def region
  @region
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def service
  @service
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def unit
  @unit
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def usage_type
  @usage_type
end