Class: Aws::Chime::Types::SipMediaApplicationEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SipMediaApplicationEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The endpoint assigned to the SIP media application.
Constant Summary collapse
- SENSITIVE =
[:lambda_arn]
Instance Attribute Summary collapse
-
#lambda_arn ⇒ String
Valid Amazon Resource Name (ARN) of the Lambda function.
Instance Attribute Details
#lambda_arn ⇒ String
Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.
7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-chime/types.rb', line 7535 class SipMediaApplicationEndpoint < Struct.new( :lambda_arn) SENSITIVE = [:lambda_arn] include Aws::Structure end |