Class: Aws::ElementalInference::Types::FeedAssociation

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

Overview

Contains information about the resource that is associated with a feed. It is used in the FeedSummary that is used in the response of a ListFeeds action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_nameString

The name of the associated resource.

Returns:

  • (String)


314
315
316
317
318
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 314

class FeedAssociation < Struct.new(
  :associated_resource_name)
  SENSITIVE = []
  include Aws::Structure
end