Class: Aws::Types::LibraryTemplateButtonInput

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)


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.

Returns:

  • (::String)


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.

Returns:

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


259
260
261
# File 'sig/types.rbs', line 259

def supported_apps
  @supported_apps
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def type
  @type
end

#url::Hash[::String, ::String]

Returns the value of attribute url.

Returns:

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


256
257
258
# File 'sig/types.rbs', line 256

def url
  @url
end

#zero_tap_terms_acceptedBoolean

Returns the value of attribute zero_tap_terms_accepted.

Returns:

  • (Boolean)


258
259
260
# File 'sig/types.rbs', line 258

def zero_tap_terms_accepted
  @zero_tap_terms_accepted
end