Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationLibraryEntity Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity ⇒ Types::EntityDetails
Detailed information about the entity.
Instance Attribute Details
#entity ⇒ Types::EntityDetails
Detailed information about the entity
1516 1517 1518 1519 1520 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1516 class GetDataAutomationLibraryEntityResponse < Struct.new( :entity) SENSITIVE = [] include Aws::Structure end |