Class: Aws::ElementalInference::Types::DeleteFeedResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the deleted feed.

Returns:

  • (String)


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

#idString

The ID of the deleted feed.

Returns:

  • (String)


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

#statusString

The current status of the feed. When deletion of the feed has succeeded, the status will be DELETED.

Returns:

  • (String)


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