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
show all
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

Instance Attribute Details

#dry_runBoolean

Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.

Returns:

  • (Boolean)

    Optional boolean flag to indicate whether any effect should take place.

#progress_update_stream_nameString

The name of the ProgressUpdateStream. Do not store personal data in this field.

Returns:

  • (String)

    The name of the ProgressUpdateStream.