Class: Aws::BedrockDataAutomation::Types::EntityTypeInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::EntityTypeInfo
- 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
-
#entity_metadata ⇒ String
JSON string representing relevant metadata for the entity type.
-
#entity_type ⇒ String
Entity types supported in DataAutomationLibraries.
Instance Attribute Details
#entity_metadata ⇒ String
JSON string representing relevant metadata for the entity type
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_type ⇒ String
Entity types supported in DataAutomationLibraries
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 |