Class: Aws::ElementalInference::Types::DisassociateFeedRequest

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

#associated_resource_nameString

The name of the resource currently associated with the feed'.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 279

class DisassociateFeedRequest < Struct.new(
  :id,
  :associated_resource_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

Set to true if you want to do a dry run of the disassociate action.

Returns:

  • (Boolean)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 279

class DisassociateFeedRequest < Struct.new(
  :id,
  :associated_resource_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the feed where you want to release the resource.

Returns:

  • (String)


279
280
281
282
283
284
285
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 279

class DisassociateFeedRequest < Struct.new(
  :id,
  :associated_resource_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end