Class: Aws::Types::DescribeInferenceSettings
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInferenceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_feed_inputs ⇒ ::Array[Types::AudioFeedInput]
Returns the value of attribute audio_feed_inputs.
-
#feed_arn ⇒ ::String
Returns the value of attribute feed_arn.
Instance Attribute Details
#audio_feed_inputs ⇒ ::Array[Types::AudioFeedInput]
Returns the value of attribute audio_feed_inputs.
5974 5975 5976 |
# File 'sig/types.rbs', line 5974 def audio_feed_inputs @audio_feed_inputs end |
#feed_arn ⇒ ::String
Returns the value of attribute feed_arn.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def feed_arn @feed_arn end |