Class: Aws::Redshift::Types::ClusterAssociatedToSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::ClusterAssociatedToSchedule
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#cluster_identifier ⇒ String
1037 1038 1039 1040 1041 1042 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1037 class ClusterAssociatedToSchedule < Struct.new( :cluster_identifier, :schedule_association_state) SENSITIVE = [] include Aws::Structure end |
#schedule_association_state ⇒ String
1037 1038 1039 1040 1041 1042 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 1037 class ClusterAssociatedToSchedule < Struct.new( :cluster_identifier, :schedule_association_state) SENSITIVE = [] include Aws::Structure end |