Class: Aws::Types::UpdateSipMediaApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSipMediaApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array[Types::SipMediaApplicationEndpoint]
Returns the value of attribute endpoints.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
Instance Attribute Details
#endpoints ⇒ ::Array[Types::SipMediaApplicationEndpoint]
Returns the value of attribute endpoints.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def endpoints @endpoints end |
#name ⇒ ::String
Returns the value of attribute name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def name @name end |
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def sip_media_application_id @sip_media_application_id end |