Class: Aws::BedrockDataAutomation::Types::DataAutomationLibrary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationLibrary
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Contains the information of a DataAutomationLibrary.
Constant Summary collapse
- SENSITIVE =
[:library_name, :library_description]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Time Stamp.
-
#entity_types ⇒ Array<Types::EntityTypeInfo>
List of info for each entity type in the DataAutomationLibrary.
-
#kms_encryption_context ⇒ Hash<String,String>
KMS Encryption Context.
-
#kms_key_id ⇒ String
KMS Key Identifier.
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
-
#library_description ⇒ String
Description of the DataAutomationLibrary.
-
#library_name ⇒ String
Name of the DataAutomationLibrary.
-
#status ⇒ String
Status of DataAutomationLibrary.
Instance Attribute Details
#creation_time ⇒ Time
Time Stamp
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#entity_types ⇒ Array<Types::EntityTypeInfo>
List of info for each entity type in the DataAutomationLibrary
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#kms_encryption_context ⇒ Hash<String,String>
KMS Encryption Context
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#kms_key_id ⇒ String
KMS Key Identifier
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#library_description ⇒ String
Description of the DataAutomationLibrary
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#library_name ⇒ String
Name of the DataAutomationLibrary
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#status ⇒ String
Status of DataAutomationLibrary
737 738 739 740 741 742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 737 class DataAutomationLibrary < Struct.new( :library_arn, :creation_time, :library_name, :library_description, :status, :entity_types, :kms_key_id, :kms_encryption_context) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |