Class: Aws::GameLift::Types::DescribeEC2InstanceLimitsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeEC2InstanceLimitsInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_type ⇒ String
Name of an Amazon EC2 instance type that is supported in Amazon GameLift.
-
#location ⇒ String
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
.
Instance Attribute Details
#ec2_instance_type ⇒ String
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.
3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3731 class DescribeEC2InstanceLimitsInput < Struct.new( :ec2_instance_type, :location) SENSITIVE = [] include Aws::Structure end |
#location ⇒ String
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
.
3731 3732 3733 3734 3735 3736 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3731 class DescribeEC2InstanceLimitsInput < Struct.new( :ec2_instance_type, :location) SENSITIVE = [] include Aws::Structure end |