Class: Aws::Types::GetRunTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_hitBoolean

Returns the value of attribute cache_hit.

Returns:

  • (Boolean)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def cache_hit
  @cache_hit
end

#cache_s3_uri::String

Returns the value of attribute cache_s3_uri.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def cache_s3_uri
  @cache_s3_uri
end

#cpus::Integer

Returns the value of attribute cpus.

Returns:

  • (::Integer)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def cpus
  @cpus
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def failure_reason
  @failure_reason
end

#gpus::Integer

Returns the value of attribute gpus.

Returns:

  • (::Integer)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def gpus
  @gpus
end

#image_detailsTypes::ImageDetails

Returns the value of attribute image_details.

Returns:



1117
1118
1119
# File 'sig/types.rbs', line 1117

def image_details
  @image_details
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def instance_type
  @instance_type
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def log_stream
  @log_stream
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def memory
  @memory
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def name
  @name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def start_time
  @start_time
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1103
1104
1105
# File 'sig/types.rbs', line 1103

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def status_message
  @status_message
end

#stop_time::Time

Returns the value of attribute stop_time.

Returns:

  • (::Time)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def stop_time
  @stop_time
end

#task_id::String

Returns the value of attribute task_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def task_id
  @task_id
end

#uuid::String

Returns the value of attribute uuid.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def uuid
  @uuid
end