Class: Aws::Types::UpdateModelManifestResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateModelManifestResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def name @name end |