Class: Aws::CloudFormation::Types::DescribePublisherOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribePublisherOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ String
The type of account used as the identity provider when registering this publisher with CloudFormation.
-
#publisher_id ⇒ String
The ID of the extension publisher.
-
#publisher_profile ⇒ String
The URL to the publisher’s profile with the identity provider.
-
#publisher_status ⇒ String
Whether the publisher is verified.
Instance Attribute Details
#identity_provider ⇒ String
The type of account used as the identity provider when registering this publisher with CloudFormation.
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 |
#publisher_id ⇒ String
The ID of the extension publisher.
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 |
#publisher_profile ⇒ String
The URL to the publisher’s profile with the identity provider.
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 |
#publisher_status ⇒ String
Whether the publisher is verified. Currently, all registered publishers are verified.
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 |