Class: Aws::Types::LibraryTemplateButtonInput
- Inherits:
-
Object
- Object
- Aws::Types::LibraryTemplateButtonInput
- 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.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#url ⇒ ::Hash[::String, ::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.
257 258 259 |
# File 'sig/types.rbs', line 257 def otp_type @otp_type end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
255 256 257 |
# File 'sig/types.rbs', line 255 def phone_number @phone_number end |
#supported_apps ⇒ ::Array[::Hash[::String, ::String]]
Returns the value of attribute supported_apps.
259 260 261 |
# File 'sig/types.rbs', line 259 def supported_apps @supported_apps end |
#type ⇒ ::String
Returns the value of attribute type.
254 255 256 |
# File 'sig/types.rbs', line 254 def type @type end |
#url ⇒ ::Hash[::String, ::String]
Returns the value of attribute url.
256 257 258 |
# File 'sig/types.rbs', line 256 def url @url end |
#zero_tap_terms_accepted ⇒ Boolean
Returns the value of attribute zero_tap_terms_accepted.
258 259 260 |
# File 'sig/types.rbs', line 258 def zero_tap_terms_accepted @zero_tap_terms_accepted end |