Class: Aws::Types::VoiceChannelResponse
- Inherits:
-
Object
- Object
- Aws::Types::VoiceChannelResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
3262 3263 3264 |
# File 'sig/types.rbs', line 3262 def application_id @application_id end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
3263 3264 3265 |
# File 'sig/types.rbs', line 3263 def creation_date @creation_date end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3264 3265 3266 |
# File 'sig/types.rbs', line 3264 def enabled @enabled end |
#has_credential ⇒ Boolean
Returns the value of attribute has_credential.
3265 3266 3267 |
# File 'sig/types.rbs', line 3265 def has_credential @has_credential end |
#id ⇒ ::String
Returns the value of attribute id.
3266 3267 3268 |
# File 'sig/types.rbs', line 3266 def id @id end |
#is_archived ⇒ Boolean
Returns the value of attribute is_archived.
3267 3268 3269 |
# File 'sig/types.rbs', line 3267 def is_archived @is_archived end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def last_modified_by @last_modified_by end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def last_modified_date @last_modified_date end |
#platform ⇒ ::String
Returns the value of attribute platform.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def platform @platform end |
#version ⇒ ::Integer
Returns the value of attribute version.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def version @version end |