Class: Aws::RedshiftServerless::Types::ListScheduledActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListScheduledActionsRequest
- 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.
-
#namespace_name ⇒ String
The name of namespace associated with the scheduled action to retrieve.
-
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return. Use ‘nextToken` to display the next page of results.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1721 class ListScheduledActionsRequest < Struct.new( :max_results, :namespace_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of namespace associated with the scheduled action to retrieve.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1721 class ListScheduledActionsRequest < Struct.new( :max_results, :namespace_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
1721 1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1721 class ListScheduledActionsRequest < Struct.new( :max_results, :namespace_name, :next_token) SENSITIVE = [] include Aws::Structure end |