Class: Aws::Types::StartRunRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns the value of attribute cache_behavior.

Returns:

  • ("CACHE_ON_FAILURE", "CACHE_ALWAYS")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2265
2266
2267
# File 'sig/types.rbs', line 2265

def configuration_name
  @configuration_name
end

#engine_settingsObject

Returns the value of attribute engine_settings.

Returns:

  • (Object)


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.

Returns:

  • ("OFF", "FATAL", "ERROR", "ALL")


2256
2257
2258
# File 'sig/types.rbs', line 2256

def log_level
  @log_level
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def name
  @name
end

#networking_mode"RESTRICTED", "VPC"

Returns the value of attribute networking_mode.

Returns:

  • ("RESTRICTED", "VPC")


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.

Returns:

  • (::String)


2255
2256
2257
# File 'sig/types.rbs', line 2255

def output_uri
  @output_uri
end

#parametersObject

Returns the value of attribute parameters.

Returns:

  • (Object)


2253
2254
2255
# File 'sig/types.rbs', line 2253

def parameters
  @parameters
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def priority
  @priority
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


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.

Returns:

  • ("RETAIN", "REMOVE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("LOCAL", "SHARED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("STATIC", "DYNAMIC")


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.

Returns:

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


2257
2258
2259
# File 'sig/types.rbs', line 2257

def tags
  @tags
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PRIVATE", "READY2RUN")


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.

Returns:

  • (::String)


2262
2263
2264
# File 'sig/types.rbs', line 2262

def workflow_version_name
  @workflow_version_name
end