Class: Aws::OpenSearchService::Types::ListScheduledActionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListScheduledActionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
-
#scheduled_actions ⇒ Array<Types::ScheduledAction>
A list of actions that are scheduled for the domain.
Instance Attribute Details
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
5114 5115 5116 5117 5118 5119 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5114 class ListScheduledActionsResponse < Struct.new( :scheduled_actions, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduled_actions ⇒ Array<Types::ScheduledAction>
A list of actions that are scheduled for the domain.
5114 5115 5116 5117 5118 5119 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5114 class ListScheduledActionsResponse < Struct.new( :scheduled_actions, :next_token) SENSITIVE = [] include Aws::Structure end |