Class: Aws::ChimeSDKVoice::Types::VoiceProfileDomain
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceProfileDomain
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
A collection of voice profiles.
Constant Summary collapse
- SENSITIVE =
[:voice_profile_domain_arn]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which the voice profile domain was created.
-
#description ⇒ String
The description of the voice profile domain.
-
#name ⇒ String
The name of the voice profile domain.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
A structure that contains the configuration settings for server-side encryption.
-
#updated_timestamp ⇒ Time
The time at which the voice profile was last updated.
-
#voice_profile_domain_arn ⇒ String
The voice profile domain’s Amazon Resource Number (ARN).
-
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the voice profile domain was created.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#description ⇒ String
The description of the voice profile domain.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#name ⇒ String
The name of the voice profile domain.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
A structure that contains the configuration settings for server-side encryption.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#updated_timestamp ⇒ Time
The time at which the voice profile was last updated.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |
#voice_profile_domain_arn ⇒ String
The voice profile domain’s Amazon Resource Number (ARN).
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :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.
4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4123 class VoiceProfileDomain < Struct.new( :voice_profile_domain_id, :voice_profile_domain_arn, :name, :description, :server_side_encryption_configuration, :created_timestamp, :updated_timestamp) SENSITIVE = [:voice_profile_domain_arn] include Aws::Structure end |