Class: Aws::Types::ConsumableResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ConsumableResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
-
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
-
#in_use_quantity ⇒ ::Integer
Returns the value of attribute in_use_quantity.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
Instance Attribute Details
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
174 175 176 |
# File 'sig/types.rbs', line 174 def consumable_resource_arn @consumable_resource_arn end |
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
175 176 177 |
# File 'sig/types.rbs', line 175 def consumable_resource_name @consumable_resource_name end |
#in_use_quantity ⇒ ::Integer
Returns the value of attribute in_use_quantity.
177 178 179 |
# File 'sig/types.rbs', line 177 def in_use_quantity @in_use_quantity end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
178 179 180 |
# File 'sig/types.rbs', line 178 def resource_type @resource_type end |
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
176 177 178 |
# File 'sig/types.rbs', line 176 def total_quantity @total_quantity end |