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.



3277
3278
3279
3280
3281
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3277

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