Class: Aws::Types::GetRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accelerators"GPU"

Returns the value of attribute accelerators.

Returns:

  • ("GPU")


1076
1077
1078
# File 'sig/types.rbs', line 1076

def accelerators
  @accelerators
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def arn
  @arn
end

#batch_id::String

Returns the value of attribute batch_id.

Returns:

  • (::String)


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.

Returns:

  • ("CACHE_ON_FAILURE", "CACHE_ALWAYS")


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.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def cache_id
  @cache_id
end

#configurationTypes::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.

Returns:

  • (::Time)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def creation_time
  @creation_time
end

#definition::String

Returns the value of attribute definition.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def definition
  @definition
end

#digest::String

Returns the value of attribute digest.

Returns:

  • (::String)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def digest
  @digest
end

#engine_settingsObject

Returns the value of attribute engine_settings.

Returns:

  • (Object)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def failure_reason
  @failure_reason
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def id
  @id
end

#log_level"OFF", ...

Returns the value of attribute log_level.

Returns:

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


1068
1069
1070
# File 'sig/types.rbs', line 1068

def log_level
  @log_level
end

#log_locationTypes::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.

Returns:

  • (::String)


1059
1060
1061
# File 'sig/types.rbs', line 1059

def name
  @name
end

#networking_mode"RESTRICTED", "VPC"

Returns the value of attribute networking_mode.

Returns:

  • ("RESTRICTED", "VPC")


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.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def output_uri
  @output_uri
end

#parametersObject

Returns the value of attribute parameters.

Returns:

  • (Object)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def parameters
  @parameters
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

  • ("RETAIN", "REMOVE")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("LOCAL", "SHARED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1070
1071
1072
# File 'sig/types.rbs', line 1070

def started_by
  @started_by
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "DELETED", "CANCELLED", "FAILED")


1054
1055
1056
# File 'sig/types.rbs', line 1054

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def status_message
  @status_message
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • ("STATIC", "DYNAMIC")


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.

Returns:

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


1075
1076
1077
# File 'sig/types.rbs', line 1075

def tags
  @tags
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1080
1081
1082
# File 'sig/types.rbs', line 1080

def uuid
  @uuid
end

#vpc_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("PRIVATE", "READY2RUN")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def workflow_version_name
  @workflow_version_name
end