Class: Aws::Types::ListMLEndpointsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMLEndpointsInput
- 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.
560 561 562 |
# File 'sig/types.rbs', line 560 def max_items @max_items end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
561 562 563 |
# File 'sig/types.rbs', line 561 def neptune_iam_role_arn @neptune_iam_role_arn end |