Class: Aws::CloudFormation::Types::PublishTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::PublishTypeOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#public_type_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the public extension upon publication.
Instance Attribute Details
#public_type_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the public extension upon publication.
6344 6345 6346 6347 6348 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 6344 class PublishTypeOutput < Struct.new( :public_type_arn) SENSITIVE = [] include Aws::Structure end |