Class: Aws::ElementalInference::Types::GetFeedRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/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 query.

Returns:

  • (String)


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