Class: Aws::GameLift::Types::RegisterComputeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_pathString

The path to the TLS certificate on your compute resource. The path and certificate are not validated by GameLift.

Returns:

  • (String)


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_nameString

A descriptive label that is associated with the compute resource registered to your fleet.

Returns:

  • (String)


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_nameString

The DNS name of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.

Returns:

  • (String)


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_idString

A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.

Returns:

  • (String)


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_addressString

The IP address of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.

Returns:

  • (String)


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

#locationString

The name of the custom location you added to the fleet you are registering this compute resource to.

Returns:

  • (String)


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