Class: Aws::Types::GetMLTransformsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



3849
3850
3851
# File 'sig/types.rbs', line 3849

def transforms
  @transforms
end