Class: Aws::RedshiftServerless::Types::ScheduledActionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ScheduledActionAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Contains names of objects associated with a scheduled action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#namespace_name ⇒ String
Name of associated Amazon Redshift Serverless namespace.
-
#scheduled_action_name ⇒ String
Name of associated scheduled action.
Instance Attribute Details
#namespace_name ⇒ String
Name of associated Amazon Redshift Serverless namespace.
2654 2655 2656 2657 2658 2659 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2654 class ScheduledActionAssociation < Struct.new( :namespace_name, :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |
#scheduled_action_name ⇒ String
Name of associated scheduled action.
2654 2655 2656 2657 2658 2659 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2654 class ScheduledActionAssociation < Struct.new( :namespace_name, :scheduled_action_name) SENSITIVE = [] include Aws::Structure end |