Class: Aws::Types::MediaStreamSource
- Inherits:
-
Object
- Object
- Aws::Types::MediaStreamSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
Instance Attribute Details
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
666 667 668 |
# File 'sig/types.rbs', line 666 def source_arn @source_arn end |
#source_type ⇒ "ChimeSdkMeeting"
Returns the value of attribute source_type.
665 666 667 |
# File 'sig/types.rbs', line 665 def source_type @source_type end |