Class: Aws::ElementalInference::Types::UpdateFeedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::UpdateFeedRequest
- 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 update.
-
#name ⇒ String
Required.
-
#outputs ⇒ Array<Types::UpdateOutput>
Required.
Instance Attribute Details
#id ⇒ String
The ID of the feed to update.
674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674 class UpdateFeedRequest < Struct.new( :name, :id, :outputs) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Required. You can specify the existing name (to leave it unchanged) or a new name.
674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674 class UpdateFeedRequest < Struct.new( :name, :id, :outputs) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::UpdateOutput>
Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.
674 675 676 677 678 679 680 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 674 class UpdateFeedRequest < Struct.new( :name, :id, :outputs) SENSITIVE = [] include Aws::Structure end |