Class: Aws::Types::PhoneNumberAssociation
- Inherits:
-
Object
- Object
- Aws::Types::PhoneNumberAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_timestamp ⇒ ::Time
Returns the value of attribute associated_timestamp.
-
#name ⇒ "VoiceConnectorId", ...
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#associated_timestamp ⇒ ::Time
Returns the value of attribute associated_timestamp.
793 794 795 |
# File 'sig/types.rbs', line 793 def end |
#name ⇒ "VoiceConnectorId", ...
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
791 792 793 |
# File 'sig/types.rbs', line 791 def value @value end |