Class: Aws::OpenSearchService::Types::UpdateScheduledActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdateScheduledActionResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
5411 5412 5413 5414 5415 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5411 class UpdateScheduledActionResponse < Struct.new( :scheduled_action) SENSITIVE = [] include Aws::Structure end |