Class: Aws::WorkSpacesWeb::Types::IdentityProviderSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

The summary of the identity provider.

Constant Summary collapse

SENSITIVE =
[:identity_provider_name]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arnString

The ARN of the identity provider.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1605

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

#identity_provider_nameString

The identity provider name.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1605

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

#identity_provider_typeString

The identity provider type.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1605

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