Class: Aws::GameLift::Types::RegisterComputeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::RegisterComputeInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_path ⇒ String
The path to the TLS certificate on your compute resource.
-
#compute_name ⇒ String
A descriptive label that is associated with the compute resource registered to your fleet.
-
#dns_name ⇒ String
The DNS name of the compute resource.
-
#fleet_id ⇒ String
A unique identifier for the fleet to register the compute to.
-
#ip_address ⇒ String
The IP address of the compute resource.
-
#location ⇒ String
The name of the custom location you added to the fleet you are registering this compute resource to.
Instance Attribute Details
#certificate_path ⇒ String
The path to the TLS certificate on your compute resource. The path and certificate are not validated by GameLift.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |
#compute_name ⇒ String
A descriptive label that is associated with the compute resource registered to your fleet.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |
#dns_name ⇒ String
The DNS name of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |
#fleet_id ⇒ String
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
The name of the custom location you added to the fleet you are registering this compute resource to.
7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7206 class RegisterComputeInput < Struct.new( :fleet_id, :compute_name, :certificate_path, :dns_name, :ip_address, :location) SENSITIVE = [] include Aws::Structure end |