class Aws::MigrationHub::Types::NotifyApplicationStateRequest

@note When making an API call, you may pass NotifyApplicationStateRequest

data as a hash:

    {
      application_id: "ApplicationId", # required
      status: "NOT_STARTED", # required, accepts NOT_STARTED, IN_PROGRESS, COMPLETED
      update_date_time: Time.now,
      dry_run: false,
    }

@!attribute [rw] application_id

The configurationId in Application Discovery Service that uniquely
identifies the grouped application.
@return [String]

@!attribute [rw] status

Status of the application - Not Started, In-Progress, Complete.
@return [String]

@!attribute [rw] update_date_time

The timestamp when the application state changed.
@return [Time]

@!attribute [rw] dry_run

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

@see docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/NotifyApplicationStateRequest AWS API Documentation

Constants

SENSITIVE