Class: Aws::Types::UpdateUsagePlanRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#patch_operations::Array[Types::PatchOperation]

Returns the value of attribute patch_operations.

Returns:



1489
1490
1491
# File 'sig/types.rbs', line 1489

def patch_operations
  @patch_operations
end

#usage_plan_id::String

Returns the value of attribute usage_plan_id.

Returns:

  • (::String)


1488
1489
1490
# File 'sig/types.rbs', line 1488

def usage_plan_id
  @usage_plan_id
end