Class: Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceProfileDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
The unique identifier for the client request.
-
#description ⇒ String
A description of the voice profile domain.
-
#name ⇒ String
The name of the voice profile domain.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The server-side encryption configuration for the request.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the domain.
Instance Attribute Details
#client_request_token ⇒ String
The unique identifier for the client request. Use a different token for different domain creation requests.
615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 615 class CreateVoiceProfileDomainRequest < Struct.new( :name, :description, :server_side_encryption_configuration, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the voice profile domain.
615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 615 class CreateVoiceProfileDomainRequest < Struct.new( :name, :description, :server_side_encryption_configuration, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the voice profile domain.
615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 615 class CreateVoiceProfileDomainRequest < Struct.new( :name, :description, :server_side_encryption_configuration, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
The server-side encryption configuration for the request.
615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 615 class CreateVoiceProfileDomainRequest < Struct.new( :name, :description, :server_side_encryption_configuration, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the domain.
615 616 617 618 619 620 621 622 623 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 615 class CreateVoiceProfileDomainRequest < Struct.new( :name, :description, :server_side_encryption_configuration, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |