Class: Aws::BedrockDataAutomation::Types::EntityTypeInfo

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

Overview

Information about an entity type in the DataAutomationLibrary

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_metadataString

JSON string representing relevant metadata for the entity type

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1381

class EntityTypeInfo < Struct.new(
  :entity_type,
  :entity_metadata)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

Entity types supported in DataAutomationLibraries

Returns:

  • (String)


1381
1382
1383
1384
1385
1386
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1381

class EntityTypeInfo < Struct.new(
  :entity_type,
  :entity_metadata)
  SENSITIVE = []
  include Aws::Structure
end