Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityResponse

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

Overview

Get DataAutomationLibraryEntity Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entityTypes::EntityDetails

Detailed information about the entity



1535
1536
1537
1538
1539
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1535

class GetDataAutomationLibraryEntityResponse < Struct.new(
  :entity)
  SENSITIVE = []
  include Aws::Structure
end