Class: Aws::GameLift::Types::DeregisterComputeInput

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

#compute_nameString

The name of the compute resource you want to delete.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2143

class DeregisterComputeInput < Struct.new(
  :fleet_id,
  :compute_name)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

>A unique identifier for the fleet the compute resource is registered to.

Returns:

  • (String)


2143
2144
2145
2146
2147
2148
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2143

class DeregisterComputeInput < Struct.new(
  :fleet_id,
  :compute_name)
  SENSITIVE = []
  include Aws::Structure
end