Class: Aws::Types::LibraryTemplateButtonList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#otp_type::String

Returns the value of attribute otp_type.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def otp_type
  @otp_type
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def phone_number
  @phone_number
end

#supported_apps::Array[::Hash[::String, ::String]]

Returns the value of attribute supported_apps.

Returns:

  • (::Array[::Hash[::String, ::String]])


270
271
272
# File 'sig/types.rbs', line 270

def supported_apps
  @supported_apps
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def text
  @text
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def type
  @type
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def url
  @url
end

#zero_tap_terms_acceptedBoolean

Returns the value of attribute zero_tap_terms_accepted.

Returns:

  • (Boolean)


269
270
271
# File 'sig/types.rbs', line 269

def zero_tap_terms_accepted
  @zero_tap_terms_accepted
end