Class: Aws::Types::KxAttachedCluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def cluster_name
  @cluster_name
end

#cluster_status"PENDING", ...

Returns the value of attribute cluster_status.

Returns:

  • ("PENDING", "CREATING", "CREATE_FAILED", "RUNNING", "UPDATING", "DELETING", "DELETED", "DELETE_FAILED")


630
631
632
# File 'sig/types.rbs', line 630

def cluster_status
  @cluster_status
end

#cluster_type"HDB", ...

Returns the value of attribute cluster_type.

Returns:

  • ("HDB", "RDB", "GATEWAY", "GP", "TICKERPLANT")


629
630
631
# File 'sig/types.rbs', line 629

def cluster_type
  @cluster_type
end