Class: Aws::ElementalInference::Types::DisassociateFeedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DisassociateFeedResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ID of the feed where you deleted the associated resource.
-
#id ⇒ String
The ARN of the resource that you deleted.
Instance Attribute Details
#arn ⇒ String
The ID of the feed where you deleted the associated resource.
297 298 299 300 301 302 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 297 class DisassociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ARN of the resource that you deleted.
297 298 299 300 301 302 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 297 class DisassociateFeedResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |