Class: Aws::MigrationHubRefactorSpaces::Types::DeleteApplicationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#arnString

The Amazon Resource Name (ARN) of the application.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_idString

The unique identifier of the application’s environment.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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_timeTime

A timestamp that indicates when the environment was last updated.

Returns:

  • (Time)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#nameString

The name of the application.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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

#stateString

The current state of the application.

Returns:

  • (String)


839
840
841
842
843
844
845
846
847
848
# File 'gems/aws-sdk-migrationhubrefactorspaces/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