Class: Aws::ChimeSDKVoice::Types::PhoneNumberAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::PhoneNumberAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
The phone number associations, such as an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_timestamp ⇒ Time
The timestamp of the phone number association, in ISO 8601 format.
-
#name ⇒ String
Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.
-
#value ⇒ String
Contains the ID for the entity specified in Name.
Instance Attribute Details
#associated_timestamp ⇒ Time
The timestamp of the phone number association, in ISO 8601 format.
2225 2226 2227 2228 2229 2230 2231 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2225 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Defines the association with an Amazon Chime SDK account ID, user ID, Voice Connector ID, or Voice Connector group ID.
2225 2226 2227 2228 2229 2230 2231 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2225 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Contains the ID for the entity specified in Name.
2225 2226 2227 2228 2229 2230 2231 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 2225 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |