Class: Aws::Types::DefaultRunSetting

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:



509
510
511
# File 'sig/types.rbs', line 509

def cache_behavior
  @cache_behavior
end

#cache_id::String

Returns the value of attribute cache_id.

Returns:



508
509
510
# File 'sig/types.rbs', line 508

def cache_id
  @cache_id
end

#configuration_name::String

Returns the value of attribute configuration_name.

Returns:



523
524
525
# File 'sig/types.rbs', line 523

def configuration_name
  @configuration_name
end

#engine_settingsObject

Returns the value of attribute engine_settings.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def engine_settings
  @engine_settings
end

#log_level"OFF", ...

Returns the value of attribute log_level.

Returns:



515
516
517
# File 'sig/types.rbs', line 515

def log_level
  @log_level
end

#name::String

Returns the value of attribute name.

Returns:



507
508
509
# File 'sig/types.rbs', line 507

def name
  @name
end

#networking_mode"RESTRICTED", "VPC"

Returns the value of attribute networking_mode.

Returns:



522
523
524
# File 'sig/types.rbs', line 522

def networking_mode
  @networking_mode
end

#output_bucket_owner_id::String

Returns the value of attribute output_bucket_owner_id.

Returns:



520
521
522
# File 'sig/types.rbs', line 520

def output_bucket_owner_id
  @output_bucket_owner_id
end

#output_uri::String

Returns the value of attribute output_uri.

Returns:



514
515
516
# File 'sig/types.rbs', line 514

def output_uri
  @output_uri
end

#parametersObject

Returns the value of attribute parameters.

Returns:



512
513
514
# File 'sig/types.rbs', line 512

def parameters
  @parameters
end

#priority::Integer

Returns the value of attribute priority.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def priority
  @priority
end

#retention_mode"RETAIN", "REMOVE"

Returns the value of attribute retention_mode.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def retention_mode
  @retention_mode
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def role_arn
  @role_arn
end

#run_group_id::String

Returns the value of attribute run_group_id.

Returns:



510
511
512
# File 'sig/types.rbs', line 510

def run_group_id
  @run_group_id
end

#run_tags::Hash[::String, ::String]

Returns the value of attribute run_tags.

Returns:



516
517
518
# File 'sig/types.rbs', line 516

def run_tags
  @run_tags
end

#scratch_storage_mode"LOCAL", "SHARED"

Returns the value of attribute scratch_storage_mode.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def scratch_storage_mode
  @scratch_storage_mode
end

#session_policy::String

Returns the value of attribute session_policy.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def session_policy
  @session_policy
end

#storage_capacity::Integer

Returns the value of attribute storage_capacity.

Returns:



513
514
515
# File 'sig/types.rbs', line 513

def storage_capacity
  @storage_capacity
end

#storage_type"STATIC", "DYNAMIC"

Returns the value of attribute storage_type.

Returns:



518
519
520
# File 'sig/types.rbs', line 518

def storage_type
  @storage_type
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



504
505
506
# File 'sig/types.rbs', line 504

def workflow_id
  @workflow_id
end

#workflow_owner_id::String

Returns the value of attribute workflow_owner_id.

Returns:



519
520
521
# File 'sig/types.rbs', line 519

def workflow_owner_id
  @workflow_owner_id
end

#workflow_type"PRIVATE", "READY2RUN"

Returns the value of attribute workflow_type.

Returns:



505
506
507
# File 'sig/types.rbs', line 505

def workflow_type
  @workflow_type
end

#workflow_version_name::String

Returns the value of attribute workflow_version_name.

Returns:



521
522
523
# File 'sig/types.rbs', line 521

def workflow_version_name
  @workflow_version_name
end