Class: Aws::Types::CreateConsumableResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConsumableResourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
-
#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
#consumable_resource_name ⇒ ::String
Returns the value of attribute consumable_resource_name.
280 281 282 |
# File 'sig/types.rbs', line 280 def consumable_resource_name @consumable_resource_name end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
282 283 284 |
# File 'sig/types.rbs', line 282 def resource_type @resource_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
283 284 285 |
# File 'sig/types.rbs', line 283 def @tags end |
#total_quantity ⇒ ::Integer
Returns the value of attribute total_quantity.
281 282 283 |
# File 'sig/types.rbs', line 281 def total_quantity @total_quantity end |