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)


7123
7124
7125
7126
7127
7128
7129
7130
# File 'lib/aws-sdk-deadline/types.rb', line 7123

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)


7123
7124
7125
7126
7127
7128
7129
7130
# File 'lib/aws-sdk-deadline/types.rb', line 7123

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)


7123
7124
7125
7126
7127
7128
7129
7130
# File 'lib/aws-sdk-deadline/types.rb', line 7123

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

#vpc_idString

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

Returns:

  • (String)


7123
7124
7125
7126
7127
7128
7129
7130
# File 'lib/aws-sdk-deadline/types.rb', line 7123

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