Class: Aws::Types::CalculationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#result_s3_uri::String

Returns the value of attribute result_s3_uri.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def result_s3_uri
  @result_s3_uri
end

#result_type::String

Returns the value of attribute result_type.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def result_type
  @result_type
end

#std_error_s3_uri::String

Returns the value of attribute std_error_s3_uri.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def std_error_s3_uri
  @std_error_s3_uri
end

#std_out_s3_uri::String

Returns the value of attribute std_out_s3_uri.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def std_out_s3_uri
  @std_out_s3_uri
end