Class: Aws::Types::WhatsAppSetupFinalization
- Inherits:
-
Object
- Object
- Aws::Types::WhatsAppSetupFinalization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associate_in_progress_token ⇒ ::String
Returns the value of attribute associate_in_progress_token.
-
#phone_number_parent ⇒ ::String
Returns the value of attribute phone_number_parent.
-
#phone_numbers ⇒ ::Array[Types::WabaPhoneNumberSetupFinalization]
Returns the value of attribute phone_numbers.
-
#waba ⇒ Types::WabaSetupFinalization
Returns the value of attribute waba.
Instance Attribute Details
#associate_in_progress_token ⇒ ::String
Returns the value of attribute associate_in_progress_token.
670 671 672 |
# File 'sig/types.rbs', line 670 def associate_in_progress_token @associate_in_progress_token end |
#phone_number_parent ⇒ ::String
Returns the value of attribute phone_number_parent.
672 673 674 |
# File 'sig/types.rbs', line 672 def phone_number_parent @phone_number_parent end |
#phone_numbers ⇒ ::Array[Types::WabaPhoneNumberSetupFinalization]
Returns the value of attribute phone_numbers.
671 672 673 |
# File 'sig/types.rbs', line 671 def phone_numbers @phone_numbers end |
#waba ⇒ Types::WabaSetupFinalization
Returns the value of attribute waba.
673 674 675 |
# File 'sig/types.rbs', line 673 def waba @waba end |