Class: Aws::Types::GetWorkflowResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowResponse
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#main ⇒ ::String
Returns the value of attribute main.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
Instance Attribute Details
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def accelerators @accelerators end |
#arn ⇒ ::String
Returns the value of attribute arn.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def arn @arn end |
#container_registry_map ⇒ Types::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.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def creation_time @creation_time end |
#definition ⇒ ::String
Returns the value of attribute definition.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def definition @definition end |
#definition_repository_details ⇒ Types::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.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def description @description end |
#digest ⇒ ::String
Returns the value of attribute digest.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def digest @digest end |
#engine ⇒ "WDL", ...
Returns the value of attribute engine.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def engine @engine end |
#id ⇒ ::String
Returns the value of attribute id.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def id @id end |
#main ⇒ ::String
Returns the value of attribute main.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def main @main end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def profiles @profiles end |
#readme ⇒ ::String
Returns the value of attribute readme.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def readme @readme end |
#readme_path ⇒ ::String
Returns the value of attribute readme_path.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def readme_path @readme_path end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def @status_message end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
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.
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.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def @tags end |
#type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute type.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def type @type end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def uuid @uuid end |