Class: Aws::CloudFormation::Types::PublishTypeOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#public_type_arnString

The Amazon Resource Name (ARN) assigned to the public extension upon publication.

Returns:

  • (String)


6271
6272
6273
6274
6275
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 6271

class PublishTypeOutput < Struct.new(
  :public_type_arn)
  SENSITIVE = []
  include Aws::Structure
end