Method: Aws::Chime::Types::CreateSipMediaApplicationRequest#endpoints
- Defined in:
- lib/aws-sdk-chime/types.rb
#endpoints ⇒ Array<Types::SipMediaApplicationEndpoint>
List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported.
2461 2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-chime/types.rb', line 2461 class CreateSipMediaApplicationRequest < Struct.new( :aws_region, :name, :endpoints) SENSITIVE = [] include Aws::Structure end |