Class: Aws::ElementalInference::Types::UpdateFeedRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elementalinference/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the feed to update.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-elementalinference/types.rb', line 1089

class UpdateFeedRequest < Struct.new(
  :name,
  :id,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Required. You can specify the existing name (to leave it unchanged) or a new name.

Returns:

  • (String)


1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-elementalinference/types.rb', line 1089

class UpdateFeedRequest < Struct.new(
  :name,
  :id,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::UpdateOutput>

Required. You can specify the existing array of outputs (to leave outputs unchanged) or you can specify a new array.

Returns:



1089
1090
1091
1092
1093
1094
1095
# File 'lib/aws-sdk-elementalinference/types.rb', line 1089

class UpdateFeedRequest < Struct.new(
  :name,
  :id,
  :outputs)
  SENSITIVE = []
  include Aws::Structure
end