Class: Aws::CloudFormation::Types::DescribePublisherInput

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

#publisher_idString

The ID of the extension publisher.

If you don't supply a PublisherId, and you have registered as an extension publisher, DescribePublisher returns information about your own publisher account.

Returns:

  • (String)


2722
2723
2724
2725
2726
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2722

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