Class: Aws::MigrationHub::Types::CreateProgressUpdateStreamRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


132
133
134
135
136
137
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 132

class CreateProgressUpdateStreamRequest < Struct.new(
  :progress_update_stream_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#progress_update_stream_nameString

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

Returns:

  • (String)


132
133
134
135
136
137
# File 'gems/aws-sdk-migrationhub/lib/aws-sdk-migrationhub/types.rb', line 132

class CreateProgressUpdateStreamRequest < Struct.new(
  :progress_update_stream_name,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end