Class: Aws::MWAA::Types::CreateEnvironmentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::CreateEnvironmentOutput
- Defined in:
- gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) returned in the response for the environment.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) returned in the response for the environment.
383 384 385 386 387 |
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 383 class CreateEnvironmentOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |