Class: Aws::BedrockDataAutomation::Types::DataAutomationProjectSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationProjectSummary
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Summary of a DataAutomationProject
Constant Summary collapse
- SENSITIVE =
[:project_name]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Time Stamp.
-
#project_arn ⇒ String
ARN of a DataAutomationProject.
-
#project_name ⇒ String
Name of the DataAutomationProject.
-
#project_stage ⇒ String
Stage of the Project.
-
#project_type ⇒ String
Type of the DataAutomationProject.
Instance Attribute Details
#creation_time ⇒ Time
Time Stamp
755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 755 class DataAutomationProjectSummary < Struct.new( :project_arn, :project_stage, :project_type, :project_name, :creation_time) SENSITIVE = [:project_name] include Aws::Structure end |
#project_arn ⇒ String
ARN of a DataAutomationProject
755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 755 class DataAutomationProjectSummary < Struct.new( :project_arn, :project_stage, :project_type, :project_name, :creation_time) SENSITIVE = [:project_name] include Aws::Structure end |
#project_name ⇒ String
Name of the DataAutomationProject
755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 755 class DataAutomationProjectSummary < Struct.new( :project_arn, :project_stage, :project_type, :project_name, :creation_time) SENSITIVE = [:project_name] include Aws::Structure end |
#project_stage ⇒ String
Stage of the Project
755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 755 class DataAutomationProjectSummary < Struct.new( :project_arn, :project_stage, :project_type, :project_name, :creation_time) SENSITIVE = [:project_name] include Aws::Structure end |
#project_type ⇒ String
Type of the DataAutomationProject
755 756 757 758 759 760 761 762 763 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 755 class DataAutomationProjectSummary < Struct.new( :project_arn, :project_stage, :project_type, :project_name, :creation_time) SENSITIVE = [:project_name] include Aws::Structure end |