Class: Aws::ElementalInference::Types::AssociateFeedRequest

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

An identifier for the resource. If the resource is from an AWS service, this identifier must be the full ARN of that resource. Otherwise, the identifier is a name that you assign and that is appropriate for the application that owns the resource. This name must not resemble an ARN.

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

Returns:

  • (String)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 53

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

#dry_runBoolean

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

Returns:

  • (Boolean)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 53

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

#idString

The ID of the feed.

Returns:

  • (String)


53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 53

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

#outputsArray<Types::CreateOutput>

The outputs to add to this feed. You must specify at least one output. You can later use the UpdateFeed action to change the list of outputs.

Returns:



53
54
55
56
57
58
59
60
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 53

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