Class: Aws::Types::ClaimPhoneNumberRequest

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)


862
863
864
# File 'sig/types.rbs', line 862

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def instance_id
  @instance_id
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def phone_number
  @phone_number
end

#phone_number_description::String

Returns the value of attribute phone_number_description.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def phone_number_description
  @phone_number_description
end

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

Returns the value of attribute tags.

Returns:

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


861
862
863
# File 'sig/types.rbs', line 861

def tags
  @tags
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def target_arn
  @target_arn
end