Class: Aws::MigrationHub::Types::NotifyApplicationStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::NotifyApplicationStateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
-
#dry_run ⇒ Boolean
Optional boolean flag to indicate whether any effect should take place.
-
#status ⇒ String
Status of the application - Not Started, In-Progress, Complete.
-
#update_date_time ⇒ Time
The timestamp when the application state changed.
Instance Attribute Details
#application_id ⇒ String
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
748 749 750 751 752 753 754 755 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 748 class NotifyApplicationStateRequest < Struct.new( :application_id, :status, :update_date_time, :dry_run) SENSITIVE = [] include Aws::Structure end |
#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.
748 749 750 751 752 753 754 755 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 748 class NotifyApplicationStateRequest < Struct.new( :application_id, :status, :update_date_time, :dry_run) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the application - Not Started, In-Progress, Complete.
748 749 750 751 752 753 754 755 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 748 class NotifyApplicationStateRequest < Struct.new( :application_id, :status, :update_date_time, :dry_run) SENSITIVE = [] include Aws::Structure end |
#update_date_time ⇒ Time
The timestamp when the application state changed.
748 749 750 751 752 753 754 755 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 748 class NotifyApplicationStateRequest < Struct.new( :application_id, :status, :update_date_time, :dry_run) SENSITIVE = [] include Aws::Structure end |