Class: Aws::Chime::Types::CreateSipMediaApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateSipMediaApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The AWS Region assigned to the SIP media application.
-
#endpoints ⇒ Array<Types::SipMediaApplicationEndpoint>
List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application.
-
#name ⇒ String
The SIP media application name.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region assigned to the SIP media application.
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 |
#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 |
#name ⇒ String
The SIP media application name.
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 |