Class: Aws::Types::StartRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
-
#cache_id ⇒ ::String
Returns the value of attribute cache_id.
-
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
-
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
-
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#networking_mode ⇒ "RESTRICTED", "VPC"
Returns the value of attribute networking_mode.
-
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#retention_mode ⇒ "RETAIN", "REMOVE"
Returns the value of attribute retention_mode.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
Returns the value of attribute scratch_storage_mode.
-
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
-
#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.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
-
#workflow_type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute workflow_type.
-
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
Instance Attribute Details
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def cache_behavior @cache_behavior end |
#cache_id ⇒ ::String
Returns the value of attribute cache_id.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def cache_id @cache_id end |
#configuration_name ⇒ ::String
Returns the value of attribute configuration_name.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def configuration_name @configuration_name end |
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def engine_settings @engine_settings end |
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def log_level @log_level end |
#name ⇒ ::String
Returns the value of attribute name.
2248 2249 2250 |
# File 'sig/types.rbs', line 2248 def name @name end |
#networking_mode ⇒ "RESTRICTED", "VPC"
Returns the value of attribute networking_mode.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def networking_mode @networking_mode end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def output_uri @output_uri end |
#parameters ⇒ Object
Returns the value of attribute parameters.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def priority @priority end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def request_id @request_id end |
#retention_mode ⇒ "RETAIN", "REMOVE"
Returns the value of attribute retention_mode.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def retention_mode @retention_mode end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2247 2248 2249 |
# File 'sig/types.rbs', line 2247 def role_arn @role_arn end |
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def run_group_id @run_group_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def run_id @run_id end |
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
Returns the value of attribute scratch_storage_mode.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def scratch_storage_mode @scratch_storage_mode end |
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def session_policy @session_policy end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def storage_type @storage_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def @tags end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def workflow_id @workflow_id end |
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def workflow_owner_id @workflow_owner_id end |
#workflow_type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute workflow_type.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def workflow_type @workflow_type end |
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def workflow_version_name @workflow_version_name end |