![]() |
![]()
| ![]() |
![]()
NAMEPaws::GameLift::DescribeEC2InstanceLimits - Arguments for method DescribeEC2InstanceLimits on Paws::GameLift DESCRIPTIONThis class represents the parameters used for calling the method DescribeEC2InstanceLimits on the Amazon GameLift service. Use the attributes of this class as arguments to method DescribeEC2InstanceLimits. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeEC2InstanceLimits. SYNOPSISmy $gamelift = Paws->service('GameLift'); my $DescribeEC2InstanceLimitsOutput = $gamelift->DescribeEC2InstanceLimits( EC2InstanceType => 't2.micro', # OPTIONAL Location => 'MyLocationStringModel', # OPTIONAL ); # Results: my $EC2InstanceLimits = $DescribeEC2InstanceLimitsOutput->EC2InstanceLimits; # Returns a L<Paws::GameLift::DescribeEC2InstanceLimitsOutput> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/gamelift/DescribeEC2InstanceLimits> ATTRIBUTESEC2InstanceType => StrName of an EC2 instance type that is supported in 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. Valid values are: "t2.micro", "t2.small", "t2.medium", "t2.large", "c3.large", "c3.xlarge", "c3.2xlarge", "c3.4xlarge", "c3.8xlarge", "c4.large", "c4.xlarge", "c4.2xlarge", "c4.4xlarge", "c4.8xlarge", "c5.large", "c5.xlarge", "c5.2xlarge", "c5.4xlarge", "c5.9xlarge", "c5.12xlarge", "c5.18xlarge", "c5.24xlarge", "c5a.large", "c5a.xlarge", "c5a.2xlarge", "c5a.4xlarge", "c5a.8xlarge", "c5a.12xlarge", "c5a.16xlarge", "c5a.24xlarge", "r3.large", "r3.xlarge", "r3.2xlarge", "r3.4xlarge", "r3.8xlarge", "r4.large", "r4.xlarge", "r4.2xlarge", "r4.4xlarge", "r4.8xlarge", "r4.16xlarge", "r5.large", "r5.xlarge", "r5.2xlarge", "r5.4xlarge", "r5.8xlarge", "r5.12xlarge", "r5.16xlarge", "r5.24xlarge", "r5a.large", "r5a.xlarge", "r5a.2xlarge", "r5a.4xlarge", "r5a.8xlarge", "r5a.12xlarge", "r5a.16xlarge", "r5a.24xlarge", "m3.medium", "m3.large", "m3.xlarge", "m3.2xlarge", "m4.large", "m4.xlarge", "m4.2xlarge", "m4.4xlarge", "m4.10xlarge", "m5.large", "m5.xlarge", "m5.2xlarge", "m5.4xlarge", "m5.8xlarge", "m5.12xlarge", "m5.16xlarge", "m5.24xlarge", "m5a.large", "m5a.xlarge", "m5a.2xlarge", "m5a.4xlarge", "m5a.8xlarge", "m5a.12xlarge", "m5a.16xlarge", "m5a.24xlarge" Location => StrThe name of a remote location to request instance limits for, in the form of an AWS Region code such as "us-west-2". SEE ALSOThis class forms part of Paws, documenting arguments for method DescribeEC2InstanceLimits in Paws::GameLift BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|