Class: Aws::RedshiftServerless::Types::CreateScheduledActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateScheduledActionResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_action ⇒ Types::ScheduledActionResponse
The returned
ScheduledAction
object that describes the properties of a scheduled action.
Instance Attribute Details
#scheduled_action ⇒ Types::ScheduledActionResponse
The returned ScheduledAction
object that describes the properties
of a scheduled action.
436 437 438 439 440 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 436 class CreateScheduledActionResponse < Struct.new( :scheduled_action) SENSITIVE = [] include Aws::Structure end |