Class: Aws::ElementalInference::Types::GetFeedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GetFeedRequest
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the feed to query.
Instance Attribute Details
#id ⇒ String
The ID of the feed to query.
361 362 363 364 365 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 361 class GetFeedRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |