Class: Aws::Types::DescribeConsumableResourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConsumableResourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_quantity ⇒ ::Integer
Returns the value of attribute available_quantity.
-
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
-
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
-
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
-
#in_use_quantity ⇒ ::Integer
Returns the value of attribute in_use_quantity.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
Instance Attribute Details
#available_quantity ⇒ ::Integer
Returns the value of attribute available_quantity.
437 438 439 |
# File 'sig/types.rbs', line 437 def available_quantity @available_quantity end |
#consumable_resource_arn ⇒ ::String
Returns the value of attribute consumable_resource_arn.
434 435 436 |
# File 'sig/types.rbs', line 434 def consumable_resource_arn @consumable_resource_arn end |
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
433 434 435 |
# File 'sig/types.rbs', line 433 def consumable_resource_name @consumable_resource_name end |
#created_at ⇒ ::Integer
Returns the value of attribute created_at.
439 440 441 |
# File 'sig/types.rbs', line 439 def created_at @created_at end |
#in_use_quantity ⇒ ::Integer
Returns the value of attribute in_use_quantity.
436 437 438 |
# File 'sig/types.rbs', line 436 def in_use_quantity @in_use_quantity end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
438 439 440 |
# File 'sig/types.rbs', line 438 def resource_type @resource_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
440 441 442 |
# File 'sig/types.rbs', line 440 def @tags end |
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
435 436 437 |
# File 'sig/types.rbs', line 435 def total_quantity @total_quantity end |