Class: Aws::Types::CreateSipMediaApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSipMediaApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#endpoints ⇒ ::Array[Types::SipMediaApplicationEndpoint]
Returns the value of attribute endpoints.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
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.
141 142 143 |
# File 'sig/types.rbs', line 141 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
143 144 145 |
# File 'sig/types.rbs', line 143 def @tags end |