Class: Aws::Deadline::Types::GetLicenseEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::GetLicenseEndpointResponse
- Includes:
- Structure
- Defined in:
- 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 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.
3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 |
# File 'lib/aws-sdk-deadline/types.rb', line 3124 class GetLicenseEndpointResponse < Struct.new( :license_endpoint_id, :status, :status_message, :vpc_id, :dns_name, :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |