Class: Aws::GameLift::Types::DescribeEC2InstanceLimitsInput

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

#ec2_instance_typeString

Name of an Amazon EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2351

class DescribeEC2InstanceLimitsInput < Struct.new(
  :ec2_instance_type,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such as us-west-2.

Returns:

  • (String)


2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2351

class DescribeEC2InstanceLimitsInput < Struct.new(
  :ec2_instance_type,
  :location)
  SENSITIVE = []
  include Aws::Structure
end