Class: Aws::Types::JobMessages

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#info::Array[::String]

Returns the value of attribute info.

Returns:

  • (::Array[::String])


1506
1507
1508
# File 'sig/types.rbs', line 1506

def info
  @info
end

#warning::Array[::String]

Returns the value of attribute warning.

Returns:

  • (::Array[::String])


1507
1508
1509
# File 'sig/types.rbs', line 1507

def warning
  @warning
end