Class: Aws::ElementalInference::Types::DisassociateFeedResponse

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 ID of the feed where you deleted the associated resource.

Returns:

  • (String)


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

#idString

The ARN of the resource that you deleted.

Returns:

  • (String)


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