Class: Aws::RedshiftServerless::Types::UpdateScheduledActionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_actionTypes::ScheduledActionResponse

The ScheduledAction object that was updated.



3303
3304
3305
3306
3307
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3303

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