Class: Aws::Types::ServiceResourceCost

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cost::Float

Returns the value of attribute cost.

Returns:



984
985
986
# File 'sig/types.rbs', line 984

def cost
  @cost
end

#count::Integer

Returns the value of attribute count.

Returns:



982
983
984
# File 'sig/types.rbs', line 982

def count
  @count
end

#state"ACTIVE", "INACTIVE"

Returns the value of attribute state.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def state
  @state
end

#type::String

Returns the value of attribute type.

Returns:



980
981
982
# File 'sig/types.rbs', line 980

def type
  @type
end

#unit_cost::Float

Returns the value of attribute unit_cost.

Returns:



983
984
985
# File 'sig/types.rbs', line 983

def unit_cost
  @unit_cost
end