Method: Aws::CloudFormation::Types::DescribePublisherOutput#publisher_id

Defined in:
lib/aws-sdk-cloudformation/types.rb

#publisher_idString

The ID of the extension publisher.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
# File 'lib/aws-sdk-cloudformation/types.rb', line 2717

class DescribePublisherOutput < Struct.new(
  :publisher_id,
  :publisher_status,
  :identity_provider,
  :publisher_profile)
  SENSITIVE = []
  include Aws::Structure
end