Class: Aws::RedshiftServerless::Types::GetUsageLimitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::GetUsageLimitRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_limit_id ⇒ String
The unique identifier of the usage limit to return information for.
Instance Attribute Details
#usage_limit_id ⇒ String
The unique identifier of the usage limit to return information for.
1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1341 class GetUsageLimitRequest < Struct.new( :usage_limit_id) SENSITIVE = [] include Aws::Structure end |