Class: Aws::MWAA::Types::DeleteEnvironmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::DeleteEnvironmentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Amazon MWAA environment.
Instance Attribute Details
#name ⇒ String
The name of the Amazon MWAA environment. For example, ‘MyMWAAEnvironment`.
445 446 447 448 449 |
# File 'lib/aws-sdk-mwaa/types.rb', line 445 class DeleteEnvironmentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |