Class: Aws::Deadline::Types::GetLicenseEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetLicenseEndpointResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_name ⇒ String
The DNS name.
-
#license_endpoint_id ⇒ String
The license endpoint ID.
-
#security_group_ids ⇒ Array<String>
The security group IDs for the license endpoint.
-
#status ⇒ String
The status of the license endpoint.
-
#status_message ⇒ String
The status message of the license endpoint.
-
#subnet_ids ⇒ Array<String>
The subnet IDs.
-
#vpc_id ⇒ String
The VCP(virtual private cloud) ID associated with the license endpoint.
Instance Attribute Details
#dns_name ⇒ String
The DNS name.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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_id ⇒ String
The license endpoint ID.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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_ids ⇒ Array<String>
The security group IDs for the license endpoint.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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 ⇒ String
The status of the license endpoint.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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_message ⇒ String
The status message of the license endpoint.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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_ids ⇒ Array<String>
The subnet IDs.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 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_id ⇒ String
The VCP(virtual private cloud) ID associated with the license endpoint.
3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3402 class GetLicenseEndpointResponse < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id, :dns_name, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |