Method: Aws::CloudFormation::Types::DescribePublisherOutput#identity_provider
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#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 |