Class: Aws::RedshiftServerless::Types::ListUsageLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListUsageLimitsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#next_token ⇒ String
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.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
-
#usage_type ⇒ String
The Amazon Redshift Serverless feature whose limits you want to see.
Instance Attribute Details
#max_results ⇒ Integer
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.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1965 class ListUsageLimitsRequest < Struct.new( :max_results, :next_token, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1965 class ListUsageLimitsRequest < Struct.new( :max_results, :next_token, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) associated with the resource whose usage limits you want to list.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1965 class ListUsageLimitsRequest < Struct.new( :max_results, :next_token, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |
#usage_type ⇒ String
The Amazon Redshift Serverless feature whose limits you want to see.
1965 1966 1967 1968 1969 1970 1971 1972 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1965 class ListUsageLimitsRequest < Struct.new( :max_results, :next_token, :resource_arn, :usage_type) SENSITIVE = [] include Aws::Structure end |