Class: Aws::Types::MergeRouterInputProtocolConfiguration

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

Defined Under Namespace

Classes: Rist, Rtp, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ristTypes::RistRouterInputConfiguration

Returns the value of attribute rist.



1381
1382
1383
# File 'sig/types.rbs', line 1381

def rist
  @rist
end

#rtpTypes::RtpRouterInputConfiguration

Returns the value of attribute rtp.



1380
1381
1382
# File 'sig/types.rbs', line 1380

def rtp
  @rtp
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def unknown
  @unknown
end