Class: Aws::Types::GetWorkflowResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerators"GPU"

Returns the value of attribute accelerators.

Returns:

  • ("GPU")


1234
1235
1236
# File 'sig/types.rbs', line 1234

def accelerators
  @accelerators
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def arn
  @arn
end

#container_registry_mapTypes::ContainerRegistryMap

Returns the value of attribute container_registry_map.



1237
1238
1239
# File 'sig/types.rbs', line 1237

def container_registry_map
  @container_registry_map
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def creation_time
  @creation_time
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def definition
  @definition
end

#definition_repository_detailsTypes::DefinitionRepositoryDetails

Returns the value of attribute definition_repository_details.



1239
1240
1241
# File 'sig/types.rbs', line 1239

def definition_repository_details
  @definition_repository_details
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def description
  @description
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def digest
  @digest
end

#engine"WDL", ...

Returns the value of attribute engine.

Returns:

  • ("WDL", "NEXTFLOW", "CWL", "WDL_LENIENT")


1224
1225
1226
# File 'sig/types.rbs', line 1224

def engine
  @engine
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def id
  @id
end

#main::String

Returns the value of attribute main.

Returns:

  • (::String)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def main
  @main
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


1233
1234
1235
# File 'sig/types.rbs', line 1233

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def name
  @name
end

#parameter_template::Hash[::String, Types::WorkflowParameter]

Returns the value of attribute parameter_template.

Returns:



1228
1229
1230
# File 'sig/types.rbs', line 1228

def parameter_template
  @parameter_template
end

#profile_parameter_templates::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]

Returns the value of attribute profile_parameter_templates.

Returns:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def profile_parameter_templates
  @profile_parameter_templates
end

#profiles::Array[::String]

Returns the value of attribute profiles.

Returns:

  • (::Array[::String])


1241
1242
1243
# File 'sig/types.rbs', line 1241

def profiles
  @profiles
end

#readme::String

Returns the value of attribute readme.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def readme
  @readme
end

#readme_path::String

Returns the value of attribute readme_path.

Returns:

  • (::String)


1240
1241
1242
# File 'sig/types.rbs', line 1240

def readme_path
  @readme_path
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "UPDATING", "DELETED", "FAILED", "INACTIVE")


1220
1221
1222
# File 'sig/types.rbs', line 1220

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def status_message
  @status_message
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:

  • ("STATIC", "DYNAMIC")


1235
1236
1237
# File 'sig/types.rbs', line 1235

def storage_type
  @storage_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1232
1233
1234
# File 'sig/types.rbs', line 1232

def tags
  @tags
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:

  • ("PRIVATE", "READY2RUN")


1221
1222
1223
# File 'sig/types.rbs', line 1221

def type
  @type
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1236
1237
1238
# File 'sig/types.rbs', line 1236

def uuid
  @uuid
end