Class: Aws::MigrationHubRefactorSpaces::Types::DeleteEnvironmentRequest

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

#environment_identifierString

The ID of the environment.

Returns:

  • (String)


856
857
858
859
860
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 856

class DeleteEnvironmentRequest < Struct.new(
  :environment_identifier)
  SENSITIVE = []
  include Aws::Structure
end