Class: Aws::Types::GetMLTransformsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMLTransformsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transforms ⇒ ::Array[Types::MLTransform]
Returns the value of attribute transforms.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def next_token @next_token end |
#transforms ⇒ ::Array[Types::MLTransform]
Returns the value of attribute transforms.
3849 3850 3851 |
# File 'sig/types.rbs', line 3849 def transforms @transforms end |