Class: Aws::ElementalInference::Types::AssociateFeedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::AssociateFeedRequest
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource_name ⇒ String
An identifier for the resource.
-
#dry_run ⇒ Boolean
Set to true if you want to do a dry run of the associate action.
-
#id ⇒ String
The ID of the feed.
-
#outputs ⇒ Array<Types::CreateOutput>
The outputs to add to this feed.
Instance Attribute Details
#associated_resource_name ⇒ String
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.
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_run ⇒ Boolean
Set to true if you want to do a dry run of the associate action.
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 |
#id ⇒ String
The ID of the feed.
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 |
#outputs ⇒ Array<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.
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 |