Class: Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The AWS Region assigned to the SIP media application.

Returns:

  • (String)


448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 448

class CreateSipMediaApplicationRequest < Struct.new(
  :aws_region,
  :name,
  :endpoints,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endpointsArray<Types::SipMediaApplicationEndpoint>

List of endpoints (Lambda ARNs) specified for the SIP media application.



448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 448

class CreateSipMediaApplicationRequest < Struct.new(
  :aws_region,
  :name,
  :endpoints,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The SIP media application's name.

Returns:

  • (String)


448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 448

class CreateSipMediaApplicationRequest < Struct.new(
  :aws_region,
  :name,
  :endpoints,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the SIP media application.

Returns:



448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 448

class CreateSipMediaApplicationRequest < Struct.new(
  :aws_region,
  :name,
  :endpoints,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end