Class: Aws::ElementalInference::Types::AssociateFeedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::AssociateFeedResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the feed.
-
#id ⇒ String
The ID of the feed.
Instance Attribute Details
#arn ⇒ String
The ARN of the feed.
102 103 104 105 106 107 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 102 class AssociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the feed.
102 103 104 105 106 107 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 102 class AssociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |