Class: Aws::BedrockDataAutomation::Types::DataAutomationLibrarySummary

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

Overview

Summary of a DataAutomationLibrary

Constant Summary collapse

SENSITIVE =
[:library_name]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Time Stamp

Returns:

  • (Time)


925
926
927
928
929
930
931
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 925

class DataAutomationLibrarySummary < Struct.new(
  :library_arn,
  :library_name,
  :creation_time)
  SENSITIVE = [:library_name]
  include Aws::Structure
end

#library_arnString

ARN generated at the server side when a DataAutomationLibrary is created

Returns:

  • (String)


925
926
927
928
929
930
931
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 925

class DataAutomationLibrarySummary < Struct.new(
  :library_arn,
  :library_name,
  :creation_time)
  SENSITIVE = [:library_name]
  include Aws::Structure
end

#library_nameString

Name of the DataAutomationLibrary

Returns:

  • (String)


925
926
927
928
929
930
931
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 925

class DataAutomationLibrarySummary < Struct.new(
  :library_arn,
  :library_name,
  :creation_time)
  SENSITIVE = [:library_name]
  include Aws::Structure
end