Class: Aws::Types::WarningProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def description
  @description
end

#property_path::String

Returns the value of attribute property_path.

Returns:

  • (::String)


2245
2246
2247
# File 'sig/types.rbs', line 2245

def property_path
  @property_path
end

#requiredBoolean

Returns the value of attribute required.

Returns:

  • (Boolean)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def required
  @required
end