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)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1523

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)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1523

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)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1523

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)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1523

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