Class: Aws::MainframeModernization::Types::DeleteEnvironmentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The unique identifier of the runtime environment you want to delete.

Returns:

  • (String)


977
978
979
980
981
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 977

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