Class: Aws::Types::VoiceProfileDomainSummary
- Inherits:
-
Object
- Object
- Aws::Types::VoiceProfileDomainSummary
- 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.
-
#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.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def end |
#description ⇒ ::String
Returns the value of attribute description.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def name @name end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def end |
#voice_profile_domain_arn ⇒ ::String
Returns the value of attribute voice_profile_domain_arn.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def voice_profile_domain_arn @voice_profile_domain_arn end |
#voice_profile_domain_id ⇒ ::String
Returns the value of attribute voice_profile_domain_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def voice_profile_domain_id @voice_profile_domain_id end |