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)


844
845
846
847
848
849
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 844

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)


844
845
846
847
848
849
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 844

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