Class: Aws::CloudFormation::Types::ActivateTypeOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

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