Class: Aws::Types::AlgorithmSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def algorithm_arn
  @algorithm_arn
end

#algorithm_description::String

Returns the value of attribute algorithm_description.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def algorithm_description
  @algorithm_description
end

#algorithm_name::String

Returns the value of attribute algorithm_name.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def algorithm_name
  @algorithm_name
end

#algorithm_status"Pending", ...

Returns the value of attribute algorithm_status.

Returns:

  • ("Pending", "InProgress", "Completed", "Failed", "Deleting")


400
401
402
# File 'sig/types.rbs', line 400

def algorithm_status
  @algorithm_status
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


399
400
401
# File 'sig/types.rbs', line 399

def creation_time
  @creation_time
end