Class: Aws::ElementalInference::Types::CreateFeedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::CreateFeedResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
A unique ARN that Elemental Inference assigns to the feed.
-
#association ⇒ Types::FeedAssociation
The association for this feed.
-
#data_endpoints ⇒ Array<String>
A unique ARN that Elemental Inference assigns to the feed.
-
#id ⇒ String
A unique ID that Elemental Inference assigns to the feed.
-
#name ⇒ String
The name that you specified.
-
#outputs ⇒ Array<Types::GetOutput>
Data endpoints that Elemental Inference assigns to the feed.
-
#status ⇒ String
The current status of the feed.
-
#tags ⇒ Hash<String,String>
Any tags that you included when you created the feed.
Instance Attribute Details
#arn ⇒ String
A unique ARN that Elemental Inference assigns to the feed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#association ⇒ Types::FeedAssociation
The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#data_endpoints ⇒ Array<String>
A unique ARN that Elemental Inference assigns to the feed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
A unique ID that Elemental Inference assigns to the feed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that you specified.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#outputs ⇒ Array<Types::GetOutput>
Data endpoints that Elemental Inference assigns to the feed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Any tags that you included when you created the feed.
171 172 173 174 175 176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 171 class CreateFeedResponse < Struct.new( :arn, :name, :id, :data_endpoints, :outputs, :status, :association, :tags) SENSITIVE = [] include Aws::Structure end |