Class: Aws::GameLift::Types::DeregisterComputeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeregisterComputeInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_name ⇒ String
The name of the compute resource you want to delete.
-
#fleet_id ⇒ String
>A unique identifier for the fleet the compute resource is registered to.
Instance Attribute Details
#compute_name ⇒ String
The name of the compute resource you want to delete.
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_id ⇒ String
>A unique identifier for the fleet the compute resource is registered to.
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 |