Class: Aws::RedshiftServerless::Types::UpdateUsageLimitResponse

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_limitTypes::UsageLimit

The updated usage limit object.

Returns:



3353
3354
3355
3356
3357
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 3353

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