Class: Aws::BedrockDataAutomation::Types::DataAutomationLibrarySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationLibrarySummary
- 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
-
#creation_time ⇒ Time
Time Stamp.
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
-
#library_name ⇒ String
Name of the DataAutomationLibrary.
Instance Attribute Details
#creation_time ⇒ Time
Time Stamp
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_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
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_name ⇒ String
Name of the DataAutomationLibrary
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 |