Class: Aws::Types::GetWorkflowVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#container_registry_map ⇒ Types::ContainerRegistryMap
Returns the value of attribute container_registry_map.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#definition_repository_details ⇒ Types::DefinitionRepositoryDetails
Returns the value of attribute definition_repository_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
-
#main ⇒ ::String
Returns the value of attribute main.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#parameter_template ⇒ ::Hash[::String, Types::WorkflowParameter]
Returns the value of attribute parameter_template.
-
#profile_parameter_templates ⇒ ::Hash[::String, ::Hash[::String, Types::WorkflowParameter]]
Returns the value of attribute profile_parameter_templates.
-
#profiles ⇒ ::Array[::String]
Returns the value of attribute profiles.
-
#readme ⇒ ::String
Returns the value of attribute readme.
-
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
-
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_bucket_owner_id ⇒ ::String
Returns the value of attribute workflow_bucket_owner_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def accelerators @accelerators end |
#arn ⇒ ::String
Returns the value of attribute arn.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def arn @arn end |
#container_registry_map ⇒ Types::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.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def creation_time @creation_time end |
#definition ⇒ ::String
Returns the value of attribute definition.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def definition @definition end |
#definition_repository_details ⇒ Types::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.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def description @description end |
#digest ⇒ ::String
Returns the value of attribute digest.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def digest @digest end |
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def engine @engine end |
#main ⇒ ::String
Returns the value of attribute main.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def main @main end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
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.
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.
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.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def profiles @profiles end |
#readme ⇒ ::String
Returns the value of attribute readme.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def readme @readme end |
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def readme_path @readme_path end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def @status_message end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
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.
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.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def @tags end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def type @type end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def uuid @uuid end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
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.
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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def workflow_id @workflow_id end |