Class: Aws::Types::DeleteMLEndpointInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMLEndpointInput
- 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.
164 165 166 |
# File 'sig/types.rbs', line 164 def clean @clean end |
#id ⇒ ::String
Returns the value of attribute id.
162 163 164 |
# File 'sig/types.rbs', line 162 def id @id end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def neptune_iam_role_arn @neptune_iam_role_arn end |