Class: Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/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 ARNs) specified for the SIP media application.
-
#name ⇒ String
The SIP media application’s name.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the SIP media application.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region assigned to the SIP media application.
448 449 450 451 452 453 454 455 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 448 class CreateSipMediaApplicationRequest < Struct.new( :aws_region, :name, :endpoints, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<Types::SipMediaApplicationEndpoint>
List of endpoints (Lambda ARNs) specified for the SIP media application.
448 449 450 451 452 453 454 455 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 448 class CreateSipMediaApplicationRequest < Struct.new( :aws_region, :name, :endpoints, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The SIP media application’s name.
448 449 450 451 452 453 454 455 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 448 class CreateSipMediaApplicationRequest < Struct.new( :aws_region, :name, :endpoints, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the SIP media application.
448 449 450 451 452 453 454 455 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 448 class CreateSipMediaApplicationRequest < Struct.new( :aws_region, :name, :endpoints, :tags) SENSITIVE = [] include Aws::Structure end |