Class: Aws::MigrationHubRefactorSpaces::Types::DeleteEnvironmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteEnvironmentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
-
#environment_id ⇒ String
The unique identifier of the environment.
-
#last_updated_time ⇒ Time
A timestamp that indicates when the environment was last updated.
-
#name ⇒ String
The name of the environment.
-
#state ⇒ String
The current state of the environment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment.
884 885 886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 884 class DeleteEnvironmentResponse < Struct.new( :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of the environment.
884 885 886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 884 class DeleteEnvironmentResponse < Struct.new( :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.
884 885 886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 884 class DeleteEnvironmentResponse < Struct.new( :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the environment.
884 885 886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 884 class DeleteEnvironmentResponse < Struct.new( :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the environment.
884 885 886 887 888 889 890 891 892 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 884 class DeleteEnvironmentResponse < Struct.new( :arn, :environment_id, :last_updated_time, :name, :state) SENSITIVE = [] include Aws::Structure end |