Class: Aws::MigrationHub::Types::DeleteProgressUpdateStreamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::DeleteProgressUpdateStreamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
176 177 178 179 180 181 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 176 class DeleteProgressUpdateStreamRequest < Struct.new( :progress_update_stream_name, :dry_run) SENSITIVE = [] include Aws::Structure end |
#progress_update_stream_name ⇒ String
The name of the ProgressUpdateStream. *Do not store personal data in this field.*
176 177 178 179 180 181 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 176 class DeleteProgressUpdateStreamRequest < Struct.new( :progress_update_stream_name, :dry_run) SENSITIVE = [] include Aws::Structure end |