Class: Aws::RedshiftServerless::Types::DeleteUsageLimitResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::DeleteUsageLimitResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#usage_limit ⇒ Types::UsageLimit
The deleted usage limit object.
Instance Attribute Details
#usage_limit ⇒ Types::UsageLimit
The deleted usage limit object.
911 912 913 914 915 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 911 class DeleteUsageLimitResponse < Struct.new( :usage_limit) SENSITIVE = [] include Aws::Structure end |