Class: Aws::ElementalInference::Types::GetFeedResponse

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

#arnString

The ARN of the feed.

Returns:

  • (String)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#associationTypes::FeedAssociation

Information about the resource, if any, associated with the feed being queried.



402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_endpointsArray<String>

The dataEndpoints of the feed being queried.

Returns:

  • (Array<String>)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the feed being queried.

Returns:

  • (String)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the feed being queried.

Returns:

  • (String)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#outputsArray<Types::GetOutput>

An array of the outputs in the feed being queried.

Returns:



402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the feed being queried.

Returns:

  • (String)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of the tags, if any, for the feed being queried.

Returns:

  • (Hash<String,String>)


402
403
404
405
406
407
408
409
410
411
412
413
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 402

class GetFeedResponse < Struct.new(
  :arn,
  :name,
  :id,
  :data_endpoints,
  :outputs,
  :status,
  :association,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end