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

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

Overview

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name.

Returns:

  • (String)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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>)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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>)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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 VPC (virtual private cloud) ID associated with the license endpoint.

Returns:

  • (String)


5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
# File 'lib/aws-sdk-deadline/types.rb', line 5059

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