Class: Aws::Types::CreateSipMediaApplicationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def aws_region
  @aws_region
end

#endpoints::Array[Types::SipMediaApplicationEndpoint]

Returns the value of attribute endpoints.



142
143
144
# File 'sig/types.rbs', line 142

def endpoints
  @endpoints
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def tags
  @tags
end