Class: Aws::OpenSearchService::Types::UpdateScheduledActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateScheduledActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_action ⇒ Types::ScheduledAction
Information about the rescheduled action.
Instance Attribute Details
#scheduled_action ⇒ Types::ScheduledAction
Information about the rescheduled action.
7376 7377 7378 7379 7380 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7376 class UpdateScheduledActionResponse < Struct.new( :scheduled_action) SENSITIVE = [] include Aws::Structure end |