Class: Aws::ChimeSDKVoice::Types::VoiceProfileDomain

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

A collection of voice profiles.

Constant Summary collapse

SENSITIVE =
[:voice_profile_domain_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time at which the voice profile domain was created.

Returns:

  • (Time)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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

#descriptionString

The description of the voice profile domain.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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

#nameString

The name of the voice profile domain.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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_configurationTypes::ServerSideEncryptionConfiguration

A structure that contains the configuration settings for server-side encryption.



4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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_timestampTime

The time at which the voice profile was last updated.

Returns:

  • (Time)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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_arnString

The voice profile domain's Amazon Resource Number (ARN).

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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_idString

The ID of the voice profile domain.

Returns:

  • (String)


4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4109

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