Class: Aws::RedshiftServerless::Types::ListScheduledActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListScheduledActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If nextToken is returned, there are more results available.
-
#scheduled_actions ⇒ Array<Types::ScheduledActionAssociation>
All of the returned scheduled action association objects.
Instance Attribute Details
#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.
1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1741 class ListScheduledActionsResponse < Struct.new( :next_token, :scheduled_actions) SENSITIVE = [] include Aws::Structure end |
#scheduled_actions ⇒ Array<Types::ScheduledActionAssociation>
All of the returned scheduled action association objects.
1741 1742 1743 1744 1745 1746 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1741 class ListScheduledActionsResponse < Struct.new( :next_token, :scheduled_actions) SENSITIVE = [] include Aws::Structure end |