Class: Aws::Types::DefaultRunSetting
- Inherits:
-
Object
- Object
- Aws::Types::DefaultRunSetting
- 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_bucket_owner_id ⇒ ::String
Returns the value of attribute output_bucket_owner_id.
-
#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.
-
#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_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute run_tags.
-
#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.
-
#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.
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.
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.
523 524 525 |
# File 'sig/types.rbs', line 523 def configuration_name @configuration_name end |
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
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.
515 516 517 |
# File 'sig/types.rbs', line 515 def log_level @log_level end |
#name ⇒ ::String
Returns the value of attribute name.
507 508 509 |
# File 'sig/types.rbs', line 507 def name @name end |
#networking_mode ⇒ "RESTRICTED", "VPC"
Returns the value of attribute networking_mode.
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.
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.
514 515 516 |
# File 'sig/types.rbs', line 514 def output_uri @output_uri end |
#parameters ⇒ Object
Returns the value of attribute parameters.
512 513 514 |
# File 'sig/types.rbs', line 512 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
511 512 513 |
# File 'sig/types.rbs', line 511 def priority @priority end |
#retention_mode ⇒ "RETAIN", "REMOVE"
Returns the value of attribute retention_mode.
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.
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.
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.
516 517 518 |
# File 'sig/types.rbs', line 516 def end |
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
Returns the value of attribute scratch_storage_mode.
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.
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.
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.
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.
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.
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.
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.
521 522 523 |
# File 'sig/types.rbs', line 521 def workflow_version_name @workflow_version_name end |