Class: Aws::Types::AlgorithmSummary
- Inherits:
-
Object
- Object
- Aws::Types::AlgorithmSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#algorithm_description ⇒ ::String
Returns the value of attribute algorithm_description.
-
#algorithm_name ⇒ ::String
Returns the value of attribute algorithm_name.
-
#algorithm_status ⇒ "Pending", ...
Returns the value of attribute algorithm_status.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
Instance Attribute Details
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
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.
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.
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.
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.
399 400 401 |
# File 'sig/types.rbs', line 399 def creation_time @creation_time end |