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.



6190
6191
6192
6193
6194
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6190

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