Class: Aws::RedshiftServerless::Types::UpdateScheduledActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::UpdateScheduledActionResponse
- 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 ScheduledAction object that was updated.
Instance Attribute Details
#scheduled_action ⇒ Types::ScheduledActionResponse
The ScheduledAction object that was updated.
3332 3333 3334 3335 3336 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3332 class UpdateScheduledActionResponse < Struct.new( :scheduled_action) SENSITIVE = [] include Aws::Structure end |