Class: Aws::Types::ServiceResourceCost
- Inherits:
-
Object
- Object
- Aws::Types::ServiceResourceCost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cost ⇒ ::Float
Returns the value of attribute cost.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute state.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#unit_cost ⇒ ::Float
Returns the value of attribute unit_cost.
Instance Attribute Details
#cost ⇒ ::Float
Returns the value of attribute cost.
984 985 986 |
# File 'sig/types.rbs', line 984 def cost @cost end |
#count ⇒ ::Integer
Returns the value of attribute count.
982 983 984 |
# File 'sig/types.rbs', line 982 def count @count end |
#state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute state.
981 982 983 |
# File 'sig/types.rbs', line 981 def state @state end |
#type ⇒ ::String
Returns the value of attribute type.
980 981 982 |
# File 'sig/types.rbs', line 980 def type @type end |
#unit_cost ⇒ ::Float
Returns the value of attribute unit_cost.
983 984 985 |
# File 'sig/types.rbs', line 983 def unit_cost @unit_cost end |