Class: Aws::Types::VoiceProfileSummary
- Inherits:
-
Object
- Object
- Aws::Types::VoiceProfileSummary
- 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.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def end |
#expiration_timestamp ⇒ ::Time
Returns the value of attribute expiration_timestamp.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def end |
#voice_profile_arn ⇒ ::String
Returns the value of attribute voice_profile_arn.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def voice_profile_arn @voice_profile_arn end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def voice_profile_domain_id @voice_profile_domain_id end |
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def voice_profile_id @voice_profile_id end |