Class: Aws::Deadline::Types::CreateLicenseEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateLicenseEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ String
The license endpoint ID.
Instance Attribute Details
#license_endpoint_id ⇒ String
The license endpoint ID.
1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-deadline/types.rb', line 1278 class CreateLicenseEndpointResponse < Struct.new( :license_endpoint_id) SENSITIVE = [] include Aws::Structure end |