Class: Aws::CloudFormation::Types::ActivateTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ActivateTypeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the activated extension, in this account and Region.
Instance Attribute Details
#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 |