Class: Aws::MWAA::Types::UpdateEnvironmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::UpdateEnvironmentOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon MWAA environment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, ‘arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment`.
1743 1744 1745 1746 1747 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1743 class UpdateEnvironmentOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |