Class: Aws::Types::StartMLDataProcessingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::StartMLDataProcessingJobOutput
- 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.
890 891 892 |
# File 'sig/types.rbs', line 890 def arn @arn end |
#creation_time_in_millis ⇒ ::Integer
Returns the value of attribute creation_time_in_millis.
891 892 893 |
# File 'sig/types.rbs', line 891 def creation_time_in_millis @creation_time_in_millis end |
#id ⇒ ::String
Returns the value of attribute id.
889 890 891 |
# File 'sig/types.rbs', line 889 def id @id end |