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:



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

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



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

def creation_time
  @creation_time
end

#identifier::String

Returns the value of attribute identifier.

Returns:



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

def identifier
  @identifier
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



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

def status
  @status
end