Class: Aws::Types::CreateConsumableResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_name::String

Returns the value of attribute consumable_resource_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def consumable_resource_name
  @consumable_resource_name
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def resource_type
  @resource_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


285
286
287
# File 'sig/types.rbs', line 285

def tags
  @tags
end

#total_quantity::Integer

Returns the value of attribute total_quantity.

Returns:

  • (::Integer)


283
284
285
# File 'sig/types.rbs', line 283

def total_quantity
  @total_quantity
end