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

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

Returns:

  • (String)


1327
1328
1329
1330
1331
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1327

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