Class: Aws::WorkSpacesWeb::Types::GetIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::GetIdentityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
The identity provider.
Instance Attribute Details
permalink #identity_provider ⇒ Types::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 |