Class: Aws::Types::WabaPhoneNumberSetupFinalization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:two_factor_pin])

Instance Attribute Summary collapse

Instance Attribute Details

#data_localization_region::String

Returns the value of attribute data_localization_region.

Returns:

  • (::String)


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.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def id
  @id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



628
629
630
# File 'sig/types.rbs', line 628

def tags
  @tags
end

#two_factor_pin::String

Returns the value of attribute two_factor_pin.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def two_factor_pin
  @two_factor_pin
end