Method: Aws::CloudFormation::Types::ActivateTypeOutput#arn
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#arn ⇒ String
The Amazon Resource Name (ARN) of the activated extension, in this account and Region.
228 229 230 231 232 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 228 class ActivateTypeOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |