Class: Aws::ChimeSDKVoice::Types::VoiceProfileSummary

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

Overview

A high-level summary of a voice profile.

Constant Summary collapse

SENSITIVE =
[:voice_profile_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time at which a voice profile summary was created.

Returns:

  • (Time)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#expiration_timestampTime

Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an existing voice profile's voice print and extend the life of the summary.

Returns:

  • (Time)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#updated_timestampTime

The time at which a voice profile summary was last updated.

Returns:

  • (Time)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_arnString

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

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_domain_idString

The ID of the voice profile domain in a voice profile summary.

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_idString

The ID of the voice profile in a voice profile summary.

Returns:

  • (String)


4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4190

class VoiceProfileSummary < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end