Class: Aws::Types::StringSchemaConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:comment])

Instance Attribute Summary collapse

Instance Attribute Details

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


3471
3472
3473
# File 'sig/types.rbs', line 3471

def comment
  @comment
end

#default_value::String

Returns the value of attribute default_value.

Returns:

  • (::String)


3472
3473
3474
# File 'sig/types.rbs', line 3472

def default_value
  @default_value
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


3473
3474
3475
# File 'sig/types.rbs', line 3473

def required
  @required
end