Class: Aws::Types::UpdateConsumableResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1774
1775
1776
# File 'sig/types.rbs', line 1774

def client_token
  @client_token
end

#consumable_resource::String

Returns the value of attribute consumable_resource.

Returns:

  • (::String)


1771
1772
1773
# File 'sig/types.rbs', line 1771

def consumable_resource
  @consumable_resource
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


1772
1773
1774
# File 'sig/types.rbs', line 1772

def operation
  @operation
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1773
1774
1775
# File 'sig/types.rbs', line 1773

def quantity
  @quantity
end