Class: Aws::Types::WabaPhoneNumberSetupFinalization
- Inherits:
-
Object
- Object
- Aws::Types::WabaPhoneNumberSetupFinalization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_localization_region ⇒ ::String
Returns the value of attribute data_localization_region.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#two_factor_pin ⇒ ::String
Returns the value of attribute two_factor_pin.
Instance Attribute Details
#data_localization_region ⇒ ::String
Returns the value of attribute data_localization_region.
627 628 629 |
# File 'sig/types.rbs', line 627 def data_localization_region @data_localization_region end |
#id ⇒ ::String
Returns the value of attribute id.
625 626 627 |
# File 'sig/types.rbs', line 625 def id @id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
628 629 630 |
# File 'sig/types.rbs', line 628 def @tags end |
#two_factor_pin ⇒ ::String
Returns the value of attribute two_factor_pin.
626 627 628 |
# File 'sig/types.rbs', line 626 def two_factor_pin @two_factor_pin end |