Class: Aws::Types::ClusterInList

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)


51
52
53
# File 'sig/types.rbs', line 51

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def cluster_name
  @cluster_name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "UPDATING", "VPC_ENDPOINT_LIMIT_EXCEEDED", "IP_ADDRESS_LIMIT_EXCEEDED", "INVALID_SECURITY_GROUP_ID", "INVALID_SUBNET_ID", "INACCESSIBLE_ENCRYPTION_CREDS", "INACCESSIBLE_SECRET_ARN", "INACCESSIBLE_VPC_ENDPOINT", "INCOMPATIBLE_NETWORK", "MERGING", "MODIFYING", "SPLITTING", "COPYING", "STARTING", "STOPPING", "STOPPED", "MAINTENANCE", "INACCESSIBLE_ENCRYPTION_CREDENTIALS_RECOVERABLE")


53
54
55
# File 'sig/types.rbs', line 53

def status
  @status
end