Class: Aws::Types::VoiceProfileDomain
- Inherits:
-
Object
- Object
- Aws::Types::VoiceProfileDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#voice_profile_domain_arn ⇒ ::String
Returns the value of attribute voice_profile_domain_arn.
-
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def @created_timestamp end |
#description ⇒ ::String
Returns the value of attribute description.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def name @name end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def server_side_encryption_configuration @server_side_encryption_configuration end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def @updated_timestamp end |
#voice_profile_domain_arn ⇒ ::String
Returns the value of attribute voice_profile_domain_arn.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def voice_profile_domain_arn @voice_profile_domain_arn end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def voice_profile_domain_id @voice_profile_domain_id end |