Class: Aws::Types::CreateVerifiedDestinationNumberRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def client_token
  @client_token
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def destination_phone_number
  @destination_phone_number
end

#rcs_agent_id::String

Returns the value of attribute rcs_agent_id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def rcs_agent_id
  @rcs_agent_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



374
375
376
# File 'sig/types.rbs', line 374

def tags
  @tags
end