Class: Aws::MWAA::Types::DeleteEnvironmentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Amazon MWAA environment. For example, MyMWAAEnvironment.

Returns:

  • (String)


408
409
410
411
412
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 408

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