Class: Aws::Types::CreateClusterV2Response

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)


876
877
878
# File 'sig/types.rbs', line 876

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def cluster_name
  @cluster_name
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


879
880
881
# File 'sig/types.rbs', line 879

def cluster_type
  @cluster_type
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "FAILED", "HEALING", "MAINTENANCE", "REBOOTING_BROKER", "UPDATING")


878
879
880
# File 'sig/types.rbs', line 878

def state
  @state
end