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
#identity_provider ⇒ Types::IdentityProvider
The identity provider.
1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1584 class GetIdentityProviderResponse < Struct.new( :identity_provider) SENSITIVE = [] include Aws::Structure end |