Class: Aws::Types::Button

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def text
  @text
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def value
  @value
end