Class: Aws::LicenseManagerUserSubscriptions::Types::RegisterIdentityProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_summaryTypes::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