Class: Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_provider_summary ⇒ Types::IdentityProviderSummary
Metadata that describes the results of an identity provider operation.
Instance Attribute Details
#identity_provider_summary ⇒ Types::IdentityProviderSummary
Metadata that describes the results of an identity provider operation.
1059 1060 1061 1062 1063 |
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 1059 class RegisterIdentityProviderResponse < Struct.new( :identity_provider_summary) SENSITIVE = [] include Aws::Structure end |