Class: Aws::Types::ValidationWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def id
  @id
end

#warnings::Array[::String]

Returns the value of attribute warnings.

Returns:

  • (::Array[::String])


345
346
347
# File 'sig/types.rbs', line 345

def warnings
  @warnings
end