Class: Aws::Types::SipMediaApplication

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)


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.

Returns:

  • (::Time)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def created_timestamp
  @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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def updated_timestamp
  @updated_timestamp
end