Class: Aws::Types::AudioFeedInput
- Inherits:
-
Object
- Object
- Aws::Types::AudioFeedInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
-
#feed_input ⇒ ::String
Returns the value of attribute feed_input.
Instance Attribute Details
#audio_selector_name ⇒ ::String
Returns the value of attribute audio_selector_name.
6016 6017 6018 |
# File 'sig/types.rbs', line 6016 def audio_selector_name @audio_selector_name end |
#feed_input ⇒ ::String
Returns the value of attribute feed_input.
6017 6018 6019 |
# File 'sig/types.rbs', line 6017 def feed_input @feed_input end |