Class: Aws::Types::PhoneNumberAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_timestamp::Time

Returns the value of attribute associated_timestamp.

Returns:

  • (::Time)


793
794
795
# File 'sig/types.rbs', line 793

def associated_timestamp
  @associated_timestamp
end

#name"VoiceConnectorId", ...

Returns the value of attribute name.

Returns:

  • ("VoiceConnectorId", "VoiceConnectorGroupId", "SipRuleId")


792
793
794
# File 'sig/types.rbs', line 792

def name
  @name
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def value
  @value
end