Class: Aws::Glue::Types::GetEntityRecordsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#connection_nameString

The name of the connection that contains the connection type credentials.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#connection_optionsHash<String,String>

Connector options that are required to query the data.

Returns:

  • (Hash<String,String>)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#data_store_api_versionString

The API version of the SaaS connector.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#entity_nameString

Name of the entity that we want to query the preview data from the given connection type.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#filter_predicateString

A filter predicate that you can apply in the query request.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Limits the number of records fetched with the request.

Returns:

  • (Integer)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, included if this is a continuation call.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#order_byString

A parameter that orders the response preview data.

Returns:

  • (String)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end

#selected_fieldsArray<String>

List of fields that we want to fetch as part of preview data.

Returns:

  • (Array<String>)


12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
# File 'lib/aws-sdk-glue/types.rb', line 12406

class GetEntityRecordsRequest < Struct.new(
  :connection_name,
  :catalog_id,
  :entity_name,
  :next_token,
  :data_store_api_version,
  :connection_options,
  :filter_predicate,
  :limit,
  :order_by,
  :selected_fields)
  SENSITIVE = []
  include Aws::Structure
end