Class: Aws::Deadline::Types::LicenseEndpointSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::LicenseEndpointSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details for a license endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ String
The license endpoint ID.
-
#status ⇒ String
The status of the license endpoint.
-
#status_message ⇒ String
The status message of the license endpoint.
-
#vpc_id ⇒ String
The VCP(virtual private cloud) ID associated with the license endpoint.
Instance Attribute Details
#license_endpoint_id ⇒ String
The license endpoint ID.
4845 4846 4847 4848 4849 4850 4851 4852 |
# File 'lib/aws-sdk-deadline/types.rb', line 4845 class LicenseEndpointSummary < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the license endpoint.
4845 4846 4847 4848 4849 4850 4851 4852 |
# File 'lib/aws-sdk-deadline/types.rb', line 4845 class LicenseEndpointSummary < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the license endpoint.
4845 4846 4847 4848 4849 4850 4851 4852 |
# File 'lib/aws-sdk-deadline/types.rb', line 4845 class LicenseEndpointSummary < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VCP(virtual private cloud) ID associated with the license endpoint.
4845 4846 4847 4848 4849 4850 4851 4852 |
# File 'lib/aws-sdk-deadline/types.rb', line 4845 class LicenseEndpointSummary < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id) SENSITIVE = [] include Aws::Structure end |