Class: Aws::Types::UpdateUsageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_id::String

Returns the value of attribute key_id.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def key_id
  @key_id
end

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1496
1497
1498
# File 'sig/types.rbs', line 1496

def patch_operations
  @patch_operations
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def usage_plan_id
  @usage_plan_id
end