Class: Aws::Types::PhoneNumber

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:value, :type])

Instance Attribute Summary collapse

Instance Attribute Details

#primary ⇒ Boolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


401
402
403
# File 'sig/types.rbs', line 401

def primary
  @primary
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def type
  @type
end

#value ⇒ ::String

Returns the value of attribute value.

Returns:

  • (::String)


399
400
401
# File 'sig/types.rbs', line 399

def value
  @value
end