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)


218
219
220
221
222
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 218

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