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
LicenseServerEndpoint
resource.
Instance Attribute Details
#identity_provider_arn ⇒ String
The Amazon Resource Name (ARN) of the identity provider specified in the request.
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_arn ⇒ String
The ARN of the LicenseServerEndpoint
resource.
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 |