Class: Aws::Types::ImportPhoneNumberRequest

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)


4646
4647
4648
# File 'sig/types.rbs', line 4646

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4642
4643
4644
# File 'sig/types.rbs', line 4642

def instance_id
  @instance_id
end

#phone_number_description::String

Returns the value of attribute phone_number_description.

Returns:

  • (::String)


4644
4645
4646
# File 'sig/types.rbs', line 4644

def phone_number_description
  @phone_number_description
end

#source_phone_number_arn::String

Returns the value of attribute source_phone_number_arn.

Returns:

  • (::String)


4643
4644
4645
# File 'sig/types.rbs', line 4643

def source_phone_number_arn
  @source_phone_number_arn
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


4645
4646
4647
# File 'sig/types.rbs', line 4645

def tags
  @tags
end