Class: Aws::CloudFormation::Types::PublishTypeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::PublishTypeOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
6582 6583 6584 6585 6586 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6582 class PublishTypeOutput < Struct.new( :public_type_arn) SENSITIVE = [] include Aws::Structure end |