Class: Aws::ElementalInference::Types::UpdateFeedResponse

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)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#associationTypes::FeedAssociation

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.



720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#data_endpointsArray<String>

The data endpoints of the feed.

Returns:

  • (Array<String>)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#idString

The ID of the feed.

Returns:

  • (String)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#nameString

The updated or original name of the feed.

Returns:

  • (String)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#outputsArray<Types::GetOutput>

The array of outputs in the feed. You might have left this array unchanged, or you might have changed it.

Returns:



720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#statusString

The status of the output.

Returns:

  • (String)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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

#tagsHash<String,String>

The name of the resource currently associated with the feed, if any.

Returns:

  • (Hash<String,String>)


720
721
722
723
724
725
726
727
728
729
730
731
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 720

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