Class: Aws::Types::Validator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:content])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def content
  @content
end

#type ⇒ "JSON_SCHEMA", "LAMBDA"

Returns the value of attribute type.

Returns:

  • ("JSON_SCHEMA", "LAMBDA")


960
961
962
# File 'sig/types.rbs', line 960

def type
  @type
end