Class: Aws::Types::UpdatePhoneNumberRequest

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)


8846
8847
8848
# File 'sig/types.rbs', line 8846

def client_token
  @client_token
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8845
8846
8847
# File 'sig/types.rbs', line 8845

def instance_id
  @instance_id
end

#phone_number_id::String

Returns the value of attribute phone_number_id.

Returns:

  • (::String)


8843
8844
8845
# File 'sig/types.rbs', line 8843

def phone_number_id
  @phone_number_id
end

#target_arn::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


8844
8845
8846
# File 'sig/types.rbs', line 8844

def target_arn
  @target_arn
end