Class: Aws::CloudFormation::Types::RegisterPublisherOutput

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

#publisher_idString

The ID assigned this account by CloudFormation for publishing extensions.

Returns:

  • (String)


6394
6395
6396
6397
6398
# File 'lib/aws-sdk-cloudformation/types.rb', line 6394

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