Class: Aws::Types::MlResourceDefinition
- Inherits:
-
Object
- Object
- Aws::Types::MlResourceDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cloudwatch_log_url ⇒ ::String
Returns the value of attribute cloudwatch_log_url.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
681 682 683 |
# File 'sig/types.rbs', line 681 def arn @arn end |
#cloudwatch_log_url ⇒ ::String
Returns the value of attribute cloudwatch_log_url.
685 686 687 |
# File 'sig/types.rbs', line 685 def cloudwatch_log_url @cloudwatch_log_url end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
684 685 686 |
# File 'sig/types.rbs', line 684 def failure_reason @failure_reason end |
#name ⇒ ::String
Returns the value of attribute name.
680 681 682 |
# File 'sig/types.rbs', line 680 def name @name end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
683 684 685 |
# File 'sig/types.rbs', line 683 def output_location @output_location end |
#status ⇒ ::String
Returns the value of attribute status.
682 683 684 |
# File 'sig/types.rbs', line 682 def status @status end |