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

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

Overview

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID.

Returns:

  • (String)


2909
2910
2911
2912
2913
# File 'lib/aws-sdk-deadline/types.rb', line 2909

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