Class: Aws::RedshiftServerless::Types::ScheduledActionAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#namespace_nameString

Name of associated Amazon Redshift Serverless namespace.

Returns:

  • (String)


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_nameString

Name of associated scheduled action.

Returns:

  • (String)


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