Class: Aws::Chime::Types::CreateSipMediaApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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)


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

#endpointsArray<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

#nameString

The SIP media application name.

Returns:

  • (String)


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