Class: Aws::ChimeSDKVoice::Types::VoiceProfileDomainSummary

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

Instance Attribute Details

#created_timestampTime

The time at which the voice profile domain summary was created.

Returns:

  • (Time)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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

#descriptionString

Describes the voice profile domain summary.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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

#nameString

The name of the voice profile domain summary.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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_timestampTime

The time at which the voice profile domain summary was last updated.

Returns:

  • (Time)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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_arnString

The ARN of a voice profile in a voice profile domain summary.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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_idString

The ID of the voice profile domain summary.

Returns:

  • (String)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4149

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