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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/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)


1646
1647
1648
1649
1650
1651
1652
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646

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)


1646
1647
1648
1649
1650
1651
1652
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646

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)


1646
1647
1648
1649
1650
1651
1652
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1646

class ListScheduledActionsRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end