You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MigrationHub::Types::NotifyApplicationStateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NotifyApplicationStateRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The configurationId in Application Discovery Service that uniquely identifies the grouped application.

Returns:

  • (String)

    The configurationId in Application Discovery Service that uniquely identifies the grouped application.

#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.

#statusString

Status of the application - Not Started, In-Progress, Complete.

Possible values:

  • NOT_STARTED
  • IN_PROGRESS
  • COMPLETED

Returns:

  • (String)

    Status of the application - Not Started, In-Progress, Complete.

#update_date_timeTime

The timestamp when the application state changed.

Returns:

  • (Time)

    The timestamp when the application state changed.