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

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_arnString

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

Returns:

  • (String)


199
200
201
202
203
204
# File '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_arnString

The ARN of the ‘LicenseServerEndpoint` resource.

Returns:

  • (String)


199
200
201
202
203
204
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 199

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