Class: Aws::B2bi::Types::ListTransformersResponse

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

#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)


1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1176

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

#transformersArray<Types::TransformerSummary>

Returns an array of one or more transformer objects.

For each transformer, a TransformerSummary object is returned. The TransformerSummary contains all the details for a specific transformer.

Returns:



1176
1177
1178
1179
1180
1181
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1176

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