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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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.
4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4163 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 |