Class: Aws::RedshiftServerless::Types::CreateScheduledActionResponse

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 returned ScheduledAction object that describes the properties of a scheduled action.



435
436
437
438
439
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 435

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