Class: Aws::Types::CreateClusterResponse

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)


342
343
344
# File 'sig/types.rbs', line 342

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def cluster_name
  @cluster_name
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


344
345
346
# File 'sig/types.rbs', line 344

def state
  @state
end