Class: Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#environment_id ⇒ String
The unique identifier of the application’s environment.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the environment was last updated.
-
#name ⇒ String
The name of the application.
-
#state ⇒ String
The current state of the application.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the application.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the application’s environment.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Time
A timestamp that indicates when the environment was last updated.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the application.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the application.
839 840 841 842 843 844 845 846 847 848 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 839 class DeleteApplicationResponse < Struct.new( :application_id, :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |