Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_nodes ⇒ ::Integer
Returns the value of attribute active_nodes.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#cluster_discovery_endpoint ⇒ Types::Endpoint
Returns the value of attribute cluster_discovery_endpoint.
-
#cluster_endpoint_encryption_type ⇒ "NONE", "TLS"
Returns the value of attribute cluster_endpoint_encryption_type.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
-
#node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_remove.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#nodes ⇒ ::Array[Types::Node]
Returns the value of attribute nodes.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#parameter_group ⇒ Types::ParameterGroupStatus
Returns the value of attribute parameter_group.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
-
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#subnet_group ⇒ ::String
Returns the value of attribute subnet_group.
-
#total_nodes ⇒ ::Integer
Returns the value of attribute total_nodes.
Instance Attribute Details
#active_nodes ⇒ ::Integer
Returns the value of attribute active_nodes.
16 17 18 |
# File 'sig/types.rbs', line 16 def active_nodes @active_nodes end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
14 15 16 |
# File 'sig/types.rbs', line 14 def cluster_arn @cluster_arn end |
#cluster_discovery_endpoint ⇒ Types::Endpoint
Returns the value of attribute cluster_discovery_endpoint.
19 20 21 |
# File 'sig/types.rbs', line 19 def cluster_discovery_endpoint @cluster_discovery_endpoint end |
#cluster_endpoint_encryption_type ⇒ "NONE", "TLS"
Returns the value of attribute cluster_endpoint_encryption_type.
29 30 31 |
# File 'sig/types.rbs', line 29 def cluster_endpoint_encryption_type @cluster_endpoint_encryption_type end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
12 13 14 |
# File 'sig/types.rbs', line 12 def cluster_name @cluster_name end |
#description ⇒ ::String
Returns the value of attribute description.
13 14 15 |
# File 'sig/types.rbs', line 13 def description @description end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
26 27 28 |
# File 'sig/types.rbs', line 26 def iam_role_arn @iam_role_arn end |
#network_type ⇒ "ipv4", ...
Returns the value of attribute network_type.
30 31 32 |
# File 'sig/types.rbs', line 30 def network_type @network_type end |
#node_ids_to_remove ⇒ ::Array[::String]
Returns the value of attribute node_ids_to_remove.
20 21 22 |
# File 'sig/types.rbs', line 20 def node_ids_to_remove @node_ids_to_remove end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
17 18 19 |
# File 'sig/types.rbs', line 17 def node_type @node_type end |
#nodes ⇒ ::Array[Types::Node]
Returns the value of attribute nodes.
21 22 23 |
# File 'sig/types.rbs', line 21 def nodes @nodes end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
23 24 25 |
# File 'sig/types.rbs', line 23 def notification_configuration @notification_configuration end |
#parameter_group ⇒ Types::ParameterGroupStatus
Returns the value of attribute parameter_group.
27 28 29 |
# File 'sig/types.rbs', line 27 def parameter_group @parameter_group end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
22 23 24 |
# File 'sig/types.rbs', line 22 def preferred_maintenance_window @preferred_maintenance_window end |
#security_groups ⇒ ::Array[Types::SecurityGroupMembership]
Returns the value of attribute security_groups.
25 26 27 |
# File 'sig/types.rbs', line 25 def security_groups @security_groups end |
#sse_description ⇒ Types::SSEDescription
Returns the value of attribute sse_description.
28 29 30 |
# File 'sig/types.rbs', line 28 def sse_description @sse_description end |
#status ⇒ ::String
Returns the value of attribute status.
18 19 20 |
# File 'sig/types.rbs', line 18 def status @status end |
#subnet_group ⇒ ::String
Returns the value of attribute subnet_group.
24 25 26 |
# File 'sig/types.rbs', line 24 def subnet_group @subnet_group end |
#total_nodes ⇒ ::Integer
Returns the value of attribute total_nodes.
15 16 17 |
# File 'sig/types.rbs', line 15 def total_nodes @total_nodes end |