Class: Aws::Deadline::Types::LicenseEndpointSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-deadline/types.rb', line 4796

class LicenseEndpointSummary < Struct.new(
  :license_endpoint_id,
  :status,
  :status_message,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the license endpoint.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-deadline/types.rb', line 4796

class LicenseEndpointSummary < Struct.new(
  :license_endpoint_id,
  :status,
  :status_message,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message of the license endpoint.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-deadline/types.rb', line 4796

class LicenseEndpointSummary < Struct.new(
  :license_endpoint_id,
  :status,
  :status_message,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VCP(virtual private cloud) ID associated with the license endpoint.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
4802
4803
# File 'lib/aws-sdk-deadline/types.rb', line 4796

class LicenseEndpointSummary < Struct.new(
  :license_endpoint_id,
  :status,
  :status_message,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end