Class: Aws::Omics::Types::CreateWorkflowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The workflow's ARN.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1249

class CreateWorkflowResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The workflow's ID.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1249

class CreateWorkflowResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The workflow's status.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1249

class CreateWorkflowResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The workflow's tags.

Returns:

  • (Hash<String,String>)


1249
1250
1251
1252
1253
1254
1255
1256
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1249

class CreateWorkflowResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end