Class: Aws::Types::SipMediaApplication
- Inherits:
-
Object
- Object
- Aws::Types::SipMediaApplication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#endpoints ⇒ ::Array[Types::SipMediaApplicationEndpoint]
Returns the value of attribute endpoints.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sip_media_application_arn ⇒ ::String
Returns the value of attribute sip_media_application_arn.
-
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def aws_region @aws_region end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def @created_timestamp end |
#endpoints ⇒ ::Array[Types::SipMediaApplicationEndpoint]
Returns the value of attribute endpoints.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def endpoints @endpoints end |
#name ⇒ ::String
Returns the value of attribute name.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def name @name end |
#sip_media_application_arn ⇒ ::String
Returns the value of attribute sip_media_application_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def sip_media_application_arn @sip_media_application_arn end |
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def sip_media_application_id @sip_media_application_id end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def @updated_timestamp end |