Class: Aws::MigrationHubRefactorSpaces::Types::DeleteServiceResponse

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 that the service is in.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the service.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

The unique identifier of the environment.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

A timestamp that indicates when the service was last updated.

Returns:

  • (Time)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#service_idString

The unique identifier of the service.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the service.

Returns:

  • (String)


1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 1028

class DeleteServiceResponse < Struct.new(
  :application_id,
  :arn,
  :environment_id,
  :last_updated_time,
  :name,
  :service_id,
  :state)
  SENSITIVE = []
  include Aws::Structure
end