Class: Aws::Chime::Types::PhoneNumberAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumberAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime 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 account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime 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.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-chime/types.rb', line 6347 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-chime/types.rb', line 6347 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Contains the ID for the entity specified in Name.
6347 6348 6349 6350 6351 6352 6353 |
# File 'lib/aws-sdk-chime/types.rb', line 6347 class PhoneNumberAssociation < Struct.new( :value, :name, :associated_timestamp) SENSITIVE = [] include Aws::Structure end |