Class: Aws::ElementalInference::Types::FeedSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::FeedSummary
- 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
-
#arn ⇒ String
The ARN of the feed.
-
#association ⇒ Types::FeedAssociation
The resource, if any, associated with the feed.
-
#id ⇒ String
The ID of the feed.
-
#name ⇒ String
The name of the feed.
-
#status ⇒ String
The status of the feed.
Instance Attribute Details
#arn ⇒ String
The ARN of 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 |
#association ⇒ Types::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 |
#id ⇒ String
The ID of 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 |
#name ⇒ String
The name of 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 |
#status ⇒ String
The status of 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 |