You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MigrationHub::Types::DeleteProgressUpdateStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DeleteProgressUpdateStreamRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteProgressUpdateStreamRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
progress_update_stream_name: "ProgressUpdateStream", # required
dry_run: false,
}
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place.
-
#progress_update_stream_name ⇒ String
The name of the ProgressUpdateStream.
Instance Attribute Details
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
#progress_update_stream_name ⇒ String
The name of the ProgressUpdateStream. Do not store personal data in this field.