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