Class: Aws::Types::UpdateClusterOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


324
325
326
# File 'sig/types.rbs', line 324

def creation_time
  @creation_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def identifier
  @identifier
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "IDLE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "PENDING_SETUP", "PENDING_DELETE")


323
324
325
# File 'sig/types.rbs', line 323

def status
  @status
end