Class: Aws::RedshiftServerless::Types::ListScheduledActionsRequest

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. Use ‘nextToken` to display the next page of results.

Returns:

  • (Integer)


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_nameString

The name of namespace associated with the scheduled action to retrieve.

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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