Class: Aws::IoTTwinMaker::Types::ExecuteQueryResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_descriptionsArray<Types::ColumnDescription>

A list of ColumnDescription objects.

Returns:



1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1305

class ExecuteQueryResponse < Struct.new(
  :column_descriptions,
  :rows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1305

class ExecuteQueryResponse < Struct.new(
  :column_descriptions,
  :rows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#rowsArray<Types::Row>

Represents a single row in the query results.

Returns:



1305
1306
1307
1308
1309
1310
1311
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 1305

class ExecuteQueryResponse < Struct.new(
  :column_descriptions,
  :rows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end