Class: Aws::OpenSearchService::Types::UpdateScheduledActionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_actionTypes::ScheduledAction

Information about the rescheduled action.



6180
6181
6182
6183
6184
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6180

class UpdateScheduledActionResponse < Struct.new(
  :scheduled_action)
  SENSITIVE = []
  include Aws::Structure
end