Class: Aws::Chime::Types::SipMediaApplicationEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::SipMediaApplicationEndpoint
- Defined in:
- gems/aws-sdk-chime/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, version, or alias.
Instance Attribute Details
#lambda_arn ⇒ String
Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.
7701 7702 7703 7704 7705 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7701 class SipMediaApplicationEndpoint < Struct.new( :lambda_arn) SENSITIVE = [:lambda_arn] include Aws::Structure end |