Class: Aws::CloudFormation::Types::DescribePublisherOutput

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

#identity_providerString

The type of account used as the identity provider when registering this publisher with CloudFormation.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
# File 'lib/aws-sdk-cloudformation/types.rb', line 2748

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

#publisher_idString

The ID of the extension publisher.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
# File 'lib/aws-sdk-cloudformation/types.rb', line 2748

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

#publisher_profileString

The URL to the publisher’s profile with the identity provider.

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
# File 'lib/aws-sdk-cloudformation/types.rb', line 2748

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

#publisher_statusString

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

Returns:

  • (String)


2748
2749
2750
2751
2752
2753
2754
2755
# File 'lib/aws-sdk-cloudformation/types.rb', line 2748

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