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.
6388 6389 6390 6391 6392 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6388 class UpdateScheduledActionResponse < Struct.new( :scheduled_action) SENSITIVE = [] include Aws::Structure end |