Class: Aws::Types::FieldAttributes

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

Defined Under Namespace

Classes: Text, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text ⇒ Types::TextAttributes

Returns the value of attribute text.



494
495
496
# File 'sig/types.rbs', line 494

def text
  @text
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


495
496
497
# File 'sig/types.rbs', line 495

def unknown
  @unknown
end