Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationLibraryEntity Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_id ⇒ String
Unique identifier for the entity.
-
#entity_type ⇒ String
The entity type for which the entity is requested.
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
Instance Attribute Details
#entity_id ⇒ String
Unique identifier for the entity
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1500 class GetDataAutomationLibraryEntityRequest < Struct.new( :library_arn, :entity_type, :entity_id) SENSITIVE = [] include Aws::Structure end |
#entity_type ⇒ String
The entity type for which the entity is requested
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1500 class GetDataAutomationLibraryEntityRequest < Struct.new( :library_arn, :entity_type, :entity_id) SENSITIVE = [] include Aws::Structure end |
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
1500 1501 1502 1503 1504 1505 1506 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1500 class GetDataAutomationLibraryEntityRequest < Struct.new( :library_arn, :entity_type, :entity_id) SENSITIVE = [] include Aws::Structure end |