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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4656

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)


4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4656

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)


4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4656

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)


4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4656

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