Class: Aws::Deadline::Types::GetLicenseEndpointResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#license_endpoint_idString

The license endpoint ID.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#security_group_idsArray<String>

The security group IDs for the license endpoint.

Returns:

  • (Array<String>)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#statusString

The status of the license endpoint.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#status_messageString

The status message of the license endpoint.

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#subnet_idsArray<String>

The subnet IDs.

Returns:

  • (Array<String>)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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

#vpc_idString

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

Returns:

  • (String)


2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2977

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