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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/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:



3400
3401
3402
3403
3404
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3400

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