Class: Aws::Types::GetRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRunResponse
- 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.
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#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 ⇒ Types::ConfigurationDetails
Returns the value of attribute configuration.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#definition ⇒ ::String
Returns the value of attribute definition.
-
#digest ⇒ ::String
Returns the value of attribute digest.
-
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
-
#log_location ⇒ Types::RunLogLocation
Returns the value of attribute log_location.
-
#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.
-
#resource_digests ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_digests.
-
#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.
-
#run_output_uri ⇒ ::String
Returns the value of attribute run_output_uri.
-
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
Returns the value of attribute scratch_storage_mode.
-
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
-
#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.
-
#uuid ⇒ ::String
Returns the value of attribute uuid.
-
#vpc_config ⇒ Types::VpcConfigResponse
Returns the value of attribute vpc_config.
-
#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_uuid ⇒ ::String
Returns the value of attribute workflow_uuid.
-
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
Instance Attribute Details
#accelerators ⇒ "GPU"
Returns the value of attribute accelerators.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def accelerators @accelerators end |
#arn ⇒ ::String
Returns the value of attribute arn.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def arn @arn end |
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def batch_id @batch_id end |
#cache_behavior ⇒ "CACHE_ON_FAILURE", "CACHE_ALWAYS"
Returns the value of attribute cache_behavior.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def cache_behavior @cache_behavior end |
#cache_id ⇒ ::String
Returns the value of attribute cache_id.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def cache_id @cache_id end |
#configuration ⇒ Types::ConfigurationDetails
Returns the value of attribute configuration.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def configuration @configuration end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def creation_time @creation_time end |
#definition ⇒ ::String
Returns the value of attribute definition.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def definition @definition end |
#digest ⇒ ::String
Returns the value of attribute digest.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def digest @digest end |
#engine_settings ⇒ Object
Returns the value of attribute engine_settings.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def engine_settings @engine_settings end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def engine_version @engine_version end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def failure_reason @failure_reason end |
#id ⇒ ::String
Returns the value of attribute id.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def id @id end |
#log_level ⇒ "OFF", ...
Returns the value of attribute log_level.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def log_level @log_level end |
#log_location ⇒ Types::RunLogLocation
Returns the value of attribute log_location.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def log_location @log_location end |
#name ⇒ ::String
Returns the value of attribute name.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def name @name end |
#networking_mode ⇒ "RESTRICTED", "VPC"
Returns the value of attribute networking_mode.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def networking_mode @networking_mode end |
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def output_uri @output_uri end |
#parameters ⇒ Object
Returns the value of attribute parameters.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def parameters @parameters end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def priority @priority end |
#resource_digests ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_digests.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def resource_digests @resource_digests end |
#retention_mode ⇒ "RETAIN", "REMOVE"
Returns the value of attribute retention_mode.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def retention_mode @retention_mode end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def role_arn @role_arn end |
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def run_group_id @run_group_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def run_id @run_id end |
#run_output_uri ⇒ ::String
Returns the value of attribute run_output_uri.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def run_output_uri @run_output_uri end |
#scratch_storage_mode ⇒ "LOCAL", "SHARED"
Returns the value of attribute scratch_storage_mode.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def scratch_storage_mode @scratch_storage_mode end |
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def session_policy @session_policy end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def start_time @start_time end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def started_by @started_by end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def @status_message end |
#stop_time ⇒ ::Time
Returns the value of attribute stop_time.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def stop_time @stop_time end |
#storage_capacity ⇒ ::Integer
Returns the value of attribute storage_capacity.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def storage_capacity @storage_capacity end |
#storage_type ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute storage_type.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def storage_type @storage_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def @tags end |
#uuid ⇒ ::String
Returns the value of attribute uuid.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def uuid @uuid end |
#vpc_config ⇒ Types::VpcConfigResponse
Returns the value of attribute vpc_config.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def vpc_config @vpc_config end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def workflow_id @workflow_id end |
#workflow_owner_id ⇒ ::String
Returns the value of attribute workflow_owner_id.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def workflow_owner_id @workflow_owner_id end |
#workflow_type ⇒ "PRIVATE", "READY2RUN"
Returns the value of attribute workflow_type.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def workflow_type @workflow_type end |
#workflow_uuid ⇒ ::String
Returns the value of attribute workflow_uuid.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def workflow_uuid @workflow_uuid end |
#workflow_version_name ⇒ ::String
Returns the value of attribute workflow_version_name.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def workflow_version_name @workflow_version_name end |