Class: Aws::Types::CancelMLDataProcessingJobInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelMLDataProcessingJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clean ⇒ Boolean
Returns the value of attribute clean.
-
#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
#clean ⇒ Boolean
Returns the value of attribute clean.
55 56 57 |
# File 'sig/types.rbs', line 55 def clean @clean end |
#id ⇒ ::String
Returns the value of attribute id.
53 54 55 |
# File 'sig/types.rbs', line 53 def id @id end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def neptune_iam_role_arn @neptune_iam_role_arn end |