Class: Aws::ChimeSDKVoice::Types::VoiceProfileDomainSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceProfileDomainSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
A high-level overview of a voice profile domain.
Constant Summary collapse
- SENSITIVE =
[:voice_profile_domain_arn]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which the voice profile domain summary was created.
-
#description ⇒ String
Describes the voice profile domain summary.
-
#name ⇒ String
The name of the voice profile domain summary.
-
#updated_timestamp ⇒ Time
The time at which the voice profile domain summary was last updated.
-
#voice_profile_domain_arn ⇒ String
The ARN of a voice profile in a voice profile domain summary.
-
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain summary.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the voice profile domain summary was created.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#description ⇒ String
Describes the voice profile domain summary.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#name ⇒ String
The name of the voice profile domain summary.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which the voice profile domain summary was last updated.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#voice_profile_domain_arn ⇒ String
The ARN of a voice profile in a voice profile domain summary.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain summary.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4296 class VoiceProfileDomainSummary < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |