Class: Aws::BedrockDataAutomation::Types::DataAutomationProjectSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

Time Stamp

Returns:

  • (Time)


1055
1056
1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1055

class DataAutomationProjectSummary < Struct.new(
  :project_arn,
  :project_stage,
  :project_type,
  :project_name,
  :creation_time)
  SENSITIVE = [:project_name]
  include Aws::Structure
end

#project_arnString

ARN of a DataAutomationProject

Returns:

  • (String)


1055
1056
1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1055

class DataAutomationProjectSummary < Struct.new(
  :project_arn,
  :project_stage,
  :project_type,
  :project_name,
  :creation_time)
  SENSITIVE = [:project_name]
  include Aws::Structure
end

#project_nameString

Name of the DataAutomationProject

Returns:

  • (String)


1055
1056
1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1055

class DataAutomationProjectSummary < Struct.new(
  :project_arn,
  :project_stage,
  :project_type,
  :project_name,
  :creation_time)
  SENSITIVE = [:project_name]
  include Aws::Structure
end

#project_stageString

Stage of the Project

Returns:

  • (String)


1055
1056
1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1055

class DataAutomationProjectSummary < Struct.new(
  :project_arn,
  :project_stage,
  :project_type,
  :project_name,
  :creation_time)
  SENSITIVE = [:project_name]
  include Aws::Structure
end

#project_typeString

Type of the DataAutomationProject

Returns:

  • (String)


1055
1056
1057
1058
1059
1060
1061
1062
1063
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1055

class DataAutomationProjectSummary < Struct.new(
  :project_arn,
  :project_stage,
  :project_type,
  :project_name,
  :creation_time)
  SENSITIVE = [:project_name]
  include Aws::Structure
end