Method: Aws::CloudFormation::Types::DescribePublisherOutput#publisher_status

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

#publisher_statusString

Whether the publisher is verified. Currently, all registered publishers are verified.

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