Class: Aws::Types::CreateVoiceProfileDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVoiceProfileDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
197 198 199 |
# File 'sig/types.rbs', line 197 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
195 196 197 |
# File 'sig/types.rbs', line 195 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
194 195 196 |
# File 'sig/types.rbs', line 194 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
196 197 198 |
# File 'sig/types.rbs', line 196 def server_side_encryption_configuration @server_side_encryption_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
198 199 200 |
# File 'sig/types.rbs', line 198 def @tags end |