Class: Aws::Types::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
-
#notification_topic_status ⇒ ::String
Returns the value of attribute notification_topic_status.
-
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
460 461 462 |
# File 'sig/types.rbs', line 460 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
461 462 463 |
# File 'sig/types.rbs', line 461 def description @description end |
#notification_topic_arn ⇒ ::String
Returns the value of attribute notification_topic_arn.
463 464 465 |
# File 'sig/types.rbs', line 463 def notification_topic_arn @notification_topic_arn end |
#notification_topic_status ⇒ ::String
Returns the value of attribute notification_topic_status.
464 465 466 |
# File 'sig/types.rbs', line 464 def notification_topic_status @notification_topic_status end |
#parameter_group_name ⇒ ::String
Returns the value of attribute parameter_group_name.
465 466 467 |
# File 'sig/types.rbs', line 465 def parameter_group_name @parameter_group_name end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
462 463 464 |
# File 'sig/types.rbs', line 462 def preferred_maintenance_window @preferred_maintenance_window end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
466 467 468 |
# File 'sig/types.rbs', line 466 def security_group_ids @security_group_ids end |