Class: Aws::Types::GetMLModelTransformJobInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLModelTransformJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
379 380 381 |
# File 'sig/types.rbs', line 379 def id @id end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def neptune_iam_role_arn @neptune_iam_role_arn end |