Class: Aws::Types::LibraryTemplateButtonList
- Inherits:
-
Object
- Object
- Aws::Types::LibraryTemplateButtonList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#otp_type ⇒ ::String
Returns the value of attribute otp_type.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#supported_apps ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute supported_apps.
-
#text ⇒ ::String
Returns the value of attribute text.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
-
#zero_tap_terms_accepted ⇒ Boolean
Returns the value of attribute zero_tap_terms_accepted.
Instance Attribute Details
#otp_type ⇒ ::String
Returns the value of attribute otp_type.
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.
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.
270 271 272 |
# File 'sig/types.rbs', line 270 def supported_apps @supported_apps end |
#text ⇒ ::String
Returns the value of attribute text.
265 266 267 |
# File 'sig/types.rbs', line 265 def text @text end |
#type ⇒ ::String
Returns the value of attribute type.
264 265 266 |
# File 'sig/types.rbs', line 264 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
267 268 269 |
# File 'sig/types.rbs', line 267 def url @url end |
#zero_tap_terms_accepted ⇒ Boolean
Returns the value of attribute zero_tap_terms_accepted.
269 270 271 |
# File 'sig/types.rbs', line 269 def zero_tap_terms_accepted @zero_tap_terms_accepted end |