Class: Aws::Types::VoiceProfile
- Inherits:
-
Object
- Object
- Aws::Types::VoiceProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
-
#voice_profile_arn ⇒ ::String
Returns the value of attribute voice_profile_arn.
-
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
-
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def @created_timestamp end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def @expiration_timestamp end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def @updated_timestamp end |
#voice_profile_arn ⇒ ::String
Returns the value of attribute voice_profile_arn.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def voice_profile_arn @voice_profile_arn end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def voice_profile_domain_id @voice_profile_domain_id end |
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def voice_profile_id @voice_profile_id end |