Class: Aws::Types::UpdateSipMediaApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1234
1235
1236
# File 'sig/types.rbs', line 1234

def sip_media_application_id
  @sip_media_application_id
end