Class: Aws::WorkSpacesWeb::Types::GetIdentityProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_providerTypes::IdentityProvider

The identity provider.


1593
1594
1595
1596
1597
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1593

class GetIdentityProviderResponse < Struct.new(
  :identity_provider)
  SENSITIVE = []
  include Aws::Structure
end