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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



8741
8742
8743
8744
8745
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8741

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