Class: Aws::LicenseManagerUserSubscriptions::Types::CreateLicenseServerEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_provider_arnString

The Amazon Resource Name (ARN) of the identity provider specified in the request.

Returns:

  • (String)


187
188
189
190
191
192
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 187

class CreateLicenseServerEndpointResponse < Struct.new(
  :identity_provider_arn,
  :license_server_endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end

#license_server_endpoint_arnString

The ARN of the LicenseServerEndpoint resource.

Returns:

  • (String)


187
188
189
190
191
192
# File 'gems/aws-sdk-licensemanagerusersubscriptions/lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 187

class CreateLicenseServerEndpointResponse < Struct.new(
  :identity_provider_arn,
  :license_server_endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end