Class: Aws::Types::WhatsAppSetupFinalization

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:associate_in_progress_token])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_in_progress_token::String

Returns the value of attribute associate_in_progress_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

#wabaTypes::WabaSetupFinalization

Returns the value of attribute waba.



673
674
675
# File 'sig/types.rbs', line 673

def waba
  @waba
end