Method: Aws::CloudFormation::Types::PublishTypeOutput#public_type_arn
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#public_type_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the public extension upon publication.
6689 6690 6691 6692 6693 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6689 class PublishTypeOutput < Struct.new( :public_type_arn) SENSITIVE = [] include Aws::Structure end |