Class: Aws::BedrockDataAutomation::Types::GetDataAutomationProjectRequest

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

Overview

Get DataAutomationProject Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

ARN generated at the server side when a DataAutomationProject is created

Returns:

  • (String)


834
835
836
837
838
839
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 834

class GetDataAutomationProjectRequest < Struct.new(
  :project_arn,
  :project_stage)
  SENSITIVE = []
  include Aws::Structure
end

#project_stageString

Optional field to delete a specific DataAutomationProject stage

Returns:

  • (String)


834
835
836
837
838
839
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 834

class GetDataAutomationProjectRequest < Struct.new(
  :project_arn,
  :project_stage)
  SENSITIVE = []
  include Aws::Structure
end