Class: Aws::Types::FormStyleConfig

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

Defined Under Namespace

Classes: TokenReference, Unknown, Value

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#token_reference ⇒ ::String

Returns the value of attribute token_reference.



562
563
564
# File 'sig/types.rbs', line 562

def token_reference
  @token_reference
end

#unknown ⇒ Object

Returns the value of attribute unknown.



564
565
566
# File 'sig/types.rbs', line 564

def unknown
  @unknown
end

#value ⇒ ::String

Returns the value of attribute value.



563
564
565
# File 'sig/types.rbs', line 563

def value
  @value
end