Class: Aws::Deadline::Types::CreateLicenseEndpointResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID.

Returns:

  • (String)


1188
1189
1190
1191
1192
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1188

class CreateLicenseEndpointResponse < Struct.new(
  :license_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end