Method: Aws::WorkSpacesWeb::Types::GetIdentityProviderResponse#identity_provider
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#identity_provider ⇒ Types::IdentityProvider
The identity provider.
1932 1933 1934 1935 1936 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1932 class GetIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |