Class: Aws::MWAA::Types::GetEnvironmentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::GetEnvironmentInput
- 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`.
898 899 900 901 902 |
# File 'lib/aws-sdk-mwaa/types.rb', line 898 class GetEnvironmentInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |