Method: Aws::Chime::Types::CreateSipMediaApplicationRequest#name

Defined in:
lib/aws-sdk-chime/types.rb

#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