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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1535

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