Class: Aws::Glue::Types::SearchResultItem

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

Overview

A single search result item representing a matched asset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_descriptionString

The description of the matched asset.

Returns:

  • (String)


27157
27158
27159
27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27157

class SearchResultItem < Struct.new(
  :id,
  :asset_name,
  :asset_description,
  :updated_at,
  :asset_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_nameString

The name of the matched asset.

Returns:

  • (String)


27157
27158
27159
27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27157

class SearchResultItem < Struct.new(
  :id,
  :asset_name,
  :asset_description,
  :updated_at,
  :asset_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#asset_type_idString

The identifier of the asset type for the matched asset.

Returns:

  • (String)


27157
27158
27159
27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27157

class SearchResultItem < Struct.new(
  :id,
  :asset_name,
  :asset_description,
  :updated_at,
  :asset_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the matched asset.

Returns:

  • (String)


27157
27158
27159
27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27157

class SearchResultItem < Struct.new(
  :id,
  :asset_name,
  :asset_description,
  :updated_at,
  :asset_type_id)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp at which the matched asset was last updated.

Returns:

  • (Time)


27157
27158
27159
27160
27161
27162
27163
27164
27165
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27157

class SearchResultItem < Struct.new(
  :id,
  :asset_name,
  :asset_description,
  :updated_at,
  :asset_type_id)
  SENSITIVE = []
  include Aws::Structure
end