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

#cluster_arn ⇒ ::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def cluster_arn
  @cluster_arn
end

#cluster_endpoints ⇒ ::Array[Types::ClusterEndpoint]

Returns the value of attribute cluster_endpoints.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def cluster_endpoints
  @cluster_endpoints
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def name
  @name
end

#network_type ⇒ "IPV4", "DUALSTACK"

Returns the value of attribute network_type.

Returns:

  • ("IPV4", "DUALSTACK")


41
42
43
# File 'sig/types.rbs', line 41

def network_type
  @network_type
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


40
41
42
# File 'sig/types.rbs', line 40

def owner
  @owner
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "DEPLOYED", "PENDING_DELETION")


39
40
41
# File 'sig/types.rbs', line 39

def status
  @status
end