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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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