Class: Aws::RedshiftServerless::Types::UpdateUsageLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateUsageLimitResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_limit ⇒ Types::UsageLimit
The updated usage limit object.
Instance Attribute Details
#usage_limit ⇒ Types::UsageLimit
The updated usage limit object.
3512 3513 3514 3515 3516 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3512 class UpdateUsageLimitResponse < Struct.new( :usage_limit) SENSITIVE = [] include Aws::Structure end |