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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


643
644
645
646
647
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 643

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