![]() |
![]()
| ![]() |
![]()
NAMEPaws::GameLift::Instance USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::GameLift::Instance object: $service_obj->Method(Att1 => { CreationTime => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::GameLift::Instance object: $result = $service_obj->Method(...); $result->Att1->CreationTime DESCRIPTIONRepresents an EC2 instance of virtual computing resources that hosts one or more game servers. In GameLift, a fleet can contain zero or more instances. Related actions DescribeInstances ATTRIBUTESCreationTime => StrA time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057"). DnsName => StrThe DNS identifier assigned to the instance that is running the game session. Values have the following format:
When connecting to a game session that is running on a TLS-enabled fleet, you must use the DNS name, not the IP address. FleetArn => StrThe Amazon Resource Name (ARN (https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html)) that is assigned to a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is "arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912". FleetId => StrA unique identifier for the fleet that the instance is in. InstanceId => StrA unique identifier for the instance. IpAddress => StrIP address that is assigned to the instance. Location => StrThe fleet location of the instance, expressed as an AWS Region code, such as "us-west-2". OperatingSystem => StrOperating system that is running on this instance. Status => StrCurrent status of the instance. Possible statuses include the following:
Type => StrEC2 instance type that defines the computing resources of this instance. SEE ALSOThis class forms part of Paws, describing an object used 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>
|