Class: Aws::RedshiftServerless::Types::ListUsageLimitsRequest

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

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results. The default is 100.

Returns:

  • (Integer)


2286
2287
2288
2289
2290
2291
2292
2293
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2286

class ListUsageLimitsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ListUsageLimits operation returns a nextToken, you can include the returned nextToken in following ListUsageLimits operations, which returns results in the next page.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
2292
2293
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2286

class ListUsageLimitsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
2292
2293
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2286

class ListUsageLimitsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#usage_typeString

The Amazon Redshift Serverless feature whose limits you want to see.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
2292
2293
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2286

class ListUsageLimitsRequest < Struct.new(
  :max_results,
  :next_token,
  :resource_arn,
  :usage_type)
  SENSITIVE = []
  include Aws::Structure
end