Class: Aws::Types::GetWorkflowVersionResponse

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")


1259
1260
1261
# File 'sig/types.rbs', line 1259

def accelerators
  @accelerators
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def arn
  @arn
end

#container_registry_mapTypes::ContainerRegistryMap

Returns the value of attribute container_registry_map.



1276
1277
1278
# File 'sig/types.rbs', line 1276

def container_registry_map
  @container_registry_map
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def creation_time
  @creation_time
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def definition
  @definition
end

#definition_repository_detailsTypes::DefinitionRepositoryDetails

Returns the value of attribute definition_repository_details.



1278
1279
1280
# File 'sig/types.rbs', line 1278

def definition_repository_details
  @definition_repository_details
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def description
  @description
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


1263
1264
1265
# File 'sig/types.rbs', line 1263

def digest
  @digest
end

#engine"WDL", ...

Returns the value of attribute engine.

Returns:

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


1264
1265
1266
# File 'sig/types.rbs', line 1264

def engine
  @engine
end

#main::String

Returns the value of attribute main.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def main
  @main
end

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

Returns the value of attribute metadata.

Returns:

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


1266
1267
1268
# File 'sig/types.rbs', line 1266

def 
  @metadata
end

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

Returns the value of attribute parameter_template.

Returns:



1267
1268
1269
# File 'sig/types.rbs', line 1267

def parameter_template
  @parameter_template
end

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

Returns the value of attribute profile_parameter_templates.

Returns:



1281
1282
1283
# File 'sig/types.rbs', line 1281

def profile_parameter_templates
  @profile_parameter_templates
end

#profiles::Array[::String]

Returns the value of attribute profiles.

Returns:

  • (::Array[::String])


1280
1281
1282
# File 'sig/types.rbs', line 1280

def profiles
  @profiles
end

#readme::String

Returns the value of attribute readme.

Returns:

  • (::String)


1277
1278
1279
# File 'sig/types.rbs', line 1277

def readme
  @readme
end

#readme_path::String

Returns the value of attribute readme_path.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def readme_path
  @readme_path
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


1268
1269
1270
# File 'sig/types.rbs', line 1268

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def status_message
  @status_message
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:

  • (::Integer)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:

  • ("STATIC", "DYNAMIC")


1270
1271
1272
# File 'sig/types.rbs', line 1270

def storage_type
  @storage_type
end

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

Returns the value of attribute tags.

Returns:

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


1273
1274
1275
# File 'sig/types.rbs', line 1273

def tags
  @tags
end

#type"PRIVATE", "READY2RUN"

Returns the value of attribute type.

Returns:

  • ("PRIVATE", "READY2RUN")


1272
1273
1274
# File 'sig/types.rbs', line 1272

def type
  @type
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def uuid
  @uuid
end

#version_name::String

Returns the value of attribute version_name.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def version_name
  @version_name
end

#workflow_bucket_owner_id::String

Returns the value of attribute workflow_bucket_owner_id.

Returns:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def workflow_bucket_owner_id
  @workflow_bucket_owner_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def workflow_id
  @workflow_id
end