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.
5971 5972 5973 |
# File 'sig/types.rbs', line 5971 def audio_feed_inputs @audio_feed_inputs end |
#feed_arn ⇒ ::String
Returns the value of attribute feed_arn.
5970 5971 5972 |
# File 'sig/types.rbs', line 5970 def feed_arn @feed_arn end |