Class: Aws::ElementalInference::Types::DisassociateFeedRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::DisassociateFeedRequest
- 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
The name of the resource currently associated with the feed'.
-
#dry_run ⇒ Boolean
Set to true if you want to do a dry run of the disassociate action.
-
#id ⇒ String
The ID of the feed where you want to release the resource.
Instance Attribute Details
#associated_resource_name ⇒ String
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.
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_run ⇒ Boolean
Set to true if you want to do a dry run of the disassociate action.
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 |
#id ⇒ String
The ID of the feed where you want to release the resource.
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 |