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`.
| 1627 1628 1629 1630 1631 | # File 'lib/aws-sdk-mwaa/types.rb', line 1627 class UpdateEnvironmentOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |