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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#license_endpoint_idString

The license endpoint ID.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#security_group_idsArray<String>

The security group IDs for the license endpoint.

Returns:

  • (Array<String>)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#statusString

The status of the license endpoint.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#status_messageString

The status message of the license endpoint.

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#subnet_idsArray<String>

The subnet IDs.

Returns:

  • (Array<String>)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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

#vpc_idString

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

Returns:

  • (String)


3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
# File 'lib/aws-sdk-deadline/types.rb', line 3075

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