Class: Aws::ElementalInference::Types::AssociateFeedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::AssociateFeedResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The AWS ARN for this association.
-
#id ⇒ String
An ID for this response.
Instance Attribute Details
#arn ⇒ String
The AWS ARN for this association.
73 74 75 76 77 78 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 73 class AssociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
An ID for this response. It is unique in Elemental Inference for this AWS account.
73 74 75 76 77 78 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 73 class AssociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |