Class: Aws::Types::ServiceResourceId
- Inherits:
-
Object
- Object
- Aws::Types::ServiceResourceId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "TrainingJobArn"
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "TrainingJobArn"
Returns the value of attribute name.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def value @value end |