Class: Aws::MWAA::Types::CreateEnvironmentOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) returned in the response for the environment.

Returns:

  • (String)


352
353
354
355
356
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 352

class CreateEnvironmentOutput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end