Class: Aws::Chime::Types::PhoneNumberAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#associated_timestampTime

The timestamp of the phone number association, in ISO 8601 format.

Returns:

  • (Time)


6513
6514
6515
6516
6517
6518
6519
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6513

class PhoneNumberAssociation < Struct.new(
  :value,
  :name,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.

Returns:

  • (String)


6513
6514
6515
6516
6517
6518
6519
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6513

class PhoneNumberAssociation < Struct.new(
  :value,
  :name,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Contains the ID for the entity specified in Name.

Returns:

  • (String)


6513
6514
6515
6516
6517
6518
6519
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6513

class PhoneNumberAssociation < Struct.new(
  :value,
  :name,
  :associated_timestamp)
  SENSITIVE = []
  include Aws::Structure
end