Method: Aws::CloudFormation::Types::ActivateTypeOutput#arn

Defined in:
lib/aws-sdk-cloudformation/types.rb

#arnString

The Amazon Resource Name (ARN) of the activated extension, in this account and Region.

Returns:

  • (String)


228
229
230
231
232
# File 'lib/aws-sdk-cloudformation/types.rb', line 228

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