Class: Aws::Deadline::Types::CreateLicenseEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateLicenseEndpointResponse
- Defined in:
- gems/aws-sdk-deadline/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
-
#license_endpoint_id ⇒ String
The license endpoint ID.
Instance Attribute Details
#license_endpoint_id ⇒ String
The license endpoint ID.
1501 1502 1503 1504 1505 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1501 class CreateLicenseEndpointResponse < Struct.new( :license_endpoint_id) SENSITIVE = [] include Aws::Structure end |