Class: Aws::ElementalInference::Types::FeedSummary

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

Overview

Contains configuration information about a feed. It is used in the ListFeeds action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the feed.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 345

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

#associationTypes::FeedAssociation

The resource, if any, associated with the feed.



345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 345

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

#idString

The ID of the feed.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 345

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

#nameString

The name of the feed

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 345

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

#statusString

The status of the feed.

Returns:

  • (String)


345
346
347
348
349
350
351
352
353
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 345

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