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)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def client_token
  @client_token
end

#consumable_resource::String

Returns the value of attribute consumable_resource.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def consumable_resource
  @consumable_resource
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def operation
  @operation
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def quantity
  @quantity
end