Method: Aws::WorkSpacesWeb::Types::IdentityProvider#identity_provider_type

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

#identity_provider_typeString

The identity provider type.



2313
2314
2315
2316
2317
2318
2319
2320
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2313

class IdentityProvider < Struct.new(
  :identity_provider_arn,
  :identity_provider_name,
  :identity_provider_type,
  :identity_provider_details)
  SENSITIVE = [:identity_provider_name, :identity_provider_details]
  include Aws::Structure
end