Class: Aws::Types::DeleteClusterOutput

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)


81
82
83
# File 'sig/types.rbs', line 81

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


83
84
85
# File 'sig/types.rbs', line 83

def creation_time
  @creation_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

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")


82
83
84
# File 'sig/types.rbs', line 82

def status
  @status
end