Class: Aws::Types::Cluster

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_nodes::Integer

Returns the value of attribute active_nodes.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def cluster_arn
  @cluster_arn
end

#cluster_discovery_endpointTypes::Endpoint

Returns the value of attribute cluster_discovery_endpoint.

Returns:



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.

Returns:

  • ("NONE", "TLS")


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.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def cluster_name
  @cluster_name
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ipv4", "ipv6", "dual_stack")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



21
22
23
# File 'sig/types.rbs', line 21

def nodes
  @nodes
end

#notification_configurationTypes::NotificationConfiguration

Returns the value of attribute notification_configuration.



23
24
25
# File 'sig/types.rbs', line 23

def notification_configuration
  @notification_configuration
end

#parameter_groupTypes::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.

Returns:

  • (::String)


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.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def security_groups
  @security_groups
end

#sse_descriptionTypes::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.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def status
  @status
end

#subnet_group::String

Returns the value of attribute subnet_group.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


15
16
17
# File 'sig/types.rbs', line 15

def total_nodes
  @total_nodes
end