Class: Aws::Types::ClusterAssociatedToSchedule
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAssociatedToSchedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#schedule_association_state ⇒ "MODIFYING", ...
Returns the value of attribute schedule_association_state.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
263 264 265 |
# File 'sig/types.rbs', line 263 def cluster_identifier @cluster_identifier end |
#schedule_association_state ⇒ "MODIFYING", ...
Returns the value of attribute schedule_association_state.
264 265 266 |
# File 'sig/types.rbs', line 264 def schedule_association_state @schedule_association_state end |