Class: Aws::RedshiftServerless::Types::GetUsageLimitRequest

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 return information for.

Returns:

  • (String)


1329
1330
1331
1332
1333
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1329

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