Class: Aws::B2bi::Types::ListTransformersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the number of items to return for the API response.

Returns:

  • (Integer)


1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1152

class ListTransformersRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1152

class ListTransformersRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end