Class: Aws::MigrationHubRefactorSpaces::Types::DeleteServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteServiceResponse
- 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 that the service is in.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
-
#environment_id ⇒ String
The unique identifier of the environment.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the service was last updated.
-
#name ⇒ String
The name of the service.
-
#service_id ⇒ String
The unique identifier of the service.
-
#state ⇒ String
The current state of the service.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that the service is in.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the service.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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_id ⇒ String
The unique identifier of the environment.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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_time ⇒ Time
A timestamp that indicates when the service was last updated.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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 |
#name ⇒ String
The name of the service.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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_id ⇒ String
The unique identifier of the service.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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 |
#state ⇒ String
The current state of the service.
1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 |
# File '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 |