Class: Aws::GameLift::Types::DescribeGameServerInstancesInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#game_server_group_nameString

A unique identifier for the game server group. Use either the name or ARN value.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-gamelift/types.rb', line 2865

class DescribeGameServerInstancesInput < Struct.new(
  :game_server_group_name,
  :instance_ids,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idsArray<String>

The Amazon EC2 instance IDs that you want to retrieve status on. Amazon EC2 instance IDs use a 17-character format, for example: ‘i-1234567890abcdef0`. To retrieve all instances in the game server group, leave this parameter empty.

Returns:

  • (Array<String>)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-gamelift/types.rb', line 2865

class DescribeGameServerInstancesInput < Struct.new(
  :game_server_group_name,
  :instance_ids,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.

Returns:

  • (Integer)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-gamelift/types.rb', line 2865

class DescribeGameServerInstancesInput < Struct.new(
  :game_server_group_name,
  :instance_ids,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

Returns:

  • (String)


2865
2866
2867
2868
2869
2870
2871
2872
# File 'lib/aws-sdk-gamelift/types.rb', line 2865

class DescribeGameServerInstancesInput < Struct.new(
  :game_server_group_name,
  :instance_ids,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end