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)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1292

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)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1292

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)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1292

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)


1292
1293
1294
1295
1296
1297
1298
1299
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1292

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