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

#active_operation_arn::String

Returns the value of attribute active_operation_arn.

Returns:

  • (::String)


954
955
956
# File 'sig/types.rbs', line 954

def active_operation_arn
  @active_operation_arn
end

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def cluster_arn
  @cluster_arn
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


957
958
959
# File 'sig/types.rbs', line 957

def cluster_name
  @cluster_name
end

#cluster_type"PROVISIONED", "SERVERLESS"

Returns the value of attribute cluster_type.

Returns:

  • ("PROVISIONED", "SERVERLESS")


955
956
957
# File 'sig/types.rbs', line 955

def cluster_type
  @cluster_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


958
959
960
# File 'sig/types.rbs', line 958

def creation_time
  @creation_time
end

#current_version::String

Returns the value of attribute current_version.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def current_version
  @current_version
end

#provisionedTypes::Provisioned

Returns the value of attribute provisioned.

Returns:



963
964
965
# File 'sig/types.rbs', line 963

def provisioned
  @provisioned
end

#serverlessTypes::Serverless

Returns the value of attribute serverless.

Returns:



964
965
966
# File 'sig/types.rbs', line 964

def serverless
  @serverless
end

#state"ACTIVE", ...

Returns the value of attribute state.

Returns:

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


960
961
962
# File 'sig/types.rbs', line 960

def state
  @state
end

#state_infoTypes::StateInfo

Returns the value of attribute state_info.

Returns:



961
962
963
# File 'sig/types.rbs', line 961

def state_info
  @state_info
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


962
963
964
# File 'sig/types.rbs', line 962

def tags
  @tags
end