Class: Aws::ElementalInference::Types::DeleteFeedResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DeleteFeedResponse
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted feed.
-
#id ⇒ String
The ID of the deleted feed.
-
#status ⇒ String
The current status of the feed.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted feed.
254 255 256 257 258 259 260 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 254 class DeleteFeedResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the deleted feed.
254 255 256 257 258 259 260 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 254 class DeleteFeedResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the feed. When deletion of the feed has succeeded, the status will be DELETED.
254 255 256 257 258 259 260 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 254 class DeleteFeedResponse < Struct.new( :arn, :id, :status) SENSITIVE = [] include Aws::Structure end |