Class: Aws::RedshiftServerless::Types::DeleteUsageLimitRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#usage_limit_idString

The unique identifier of the usage limit to delete.

Returns:

  • (String)


885
886
887
888
889
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 885

class DeleteUsageLimitRequest < Struct.new(
  :usage_limit_id)
  SENSITIVE = []
  include Aws::Structure
end