Class: Aws::MigrationHubRefactorSpaces::Types::DeleteEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::DeleteEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_identifier ⇒ String
The ID of the environment.
Instance Attribute Details
#environment_identifier ⇒ String
The ID of the environment.
856 857 858 859 860 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 856 class DeleteEnvironmentRequest < Struct.new( :environment_identifier) SENSITIVE = [] include Aws::Structure end |