Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryEntityRequest

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

Overview

Get DataAutomationLibraryEntity Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idString

Unique identifier for the entity

Returns:

  • (String)


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_typeString

The entity type for which the entity is requested

Returns:

  • (String)


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_arnString

ARN generated at the server side when a DataAutomationLibrary is created

Returns:

  • (String)


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