Class: Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointResponse
 
- Defined in:
- gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #identity_provider_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the identity provider specified in the request. 
- 
  
    
      #license_server_endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the LicenseServerEndpointresource.
Instance Attribute Details
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider specified in the request.
| 199 200 201 202 203 204 | # File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 199 class CreateLicenseServerEndpointResponse < Struct.new( :identity_provider_arn, :license_server_endpoint_arn) SENSITIVE = [] include Aws::Structure end | 
#license_server_endpoint_arn ⇒ String
The ARN of the LicenseServerEndpoint resource.
| 199 200 201 202 203 204 | # File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 199 class CreateLicenseServerEndpointResponse < Struct.new( :identity_provider_arn, :license_server_endpoint_arn) SENSITIVE = [] include Aws::Structure end |