Class: Aws::Types::StartMLModelTransformJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartMLModelTransformJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time_in_millis ⇒ ::Integer
Returns the value of attribute creation_time_in_millis.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
944 945 946 |
# File 'sig/types.rbs', line 944 def arn @arn end |
#creation_time_in_millis ⇒ ::Integer
Returns the value of attribute creation_time_in_millis.
945 946 947 |
# File 'sig/types.rbs', line 945 def creation_time_in_millis @creation_time_in_millis end |
#id ⇒ ::String
Returns the value of attribute id.
943 944 945 |
# File 'sig/types.rbs', line 943 def id @id end |