Class: Aws::Types::ListMLModelTransformJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMLModelTransformJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
582 583 584 |
# File 'sig/types.rbs', line 582 def max_items @max_items end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
583 584 585 |
# File 'sig/types.rbs', line 583 def neptune_iam_role_arn @neptune_iam_role_arn end |