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
904 905 906 907 908 909 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 904 class ClusterAssociatedToSchedule < Struct.new( :cluster_identifier, :schedule_association_state) SENSITIVE = [] include Aws::Structure end |
#schedule_association_state ⇒ String
904 905 906 907 908 909 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 904 class ClusterAssociatedToSchedule < Struct.new( :cluster_identifier, :schedule_association_state) SENSITIVE = [] include Aws::Structure end |