![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::ImportInstanceLaunchSpecification 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::EC2::ImportInstanceLaunchSpecification object: $service_obj->Method(Att1 => { AdditionalInfo => $value, ..., UserData => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::ImportInstanceLaunchSpecification object: $result = $service_obj->Method(...); $result->Att1->AdditionalInfo DESCRIPTIONThis class has no description ATTRIBUTESAdditionalInfo => StrReserved. Architecture => StrThe architecture of the instance. GroupIds => ArrayRef[Str|Undef]The security group IDs. GroupNames => ArrayRef[Str|Undef]The security group names. InstanceInitiatedShutdownBehavior => StrIndicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown). InstanceType => StrThe instance type. For more information about the instance types that you can import, see Instance Types (https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types) in the VM Import/Export User Guide. Monitoring => BoolIndicates whether monitoring is enabled. Placement => Paws::EC2::PlacementThe placement information for the instance. PrivateIpAddress => Str[EC2-VPC] An available IP address from the IP address range of the subnet. SubnetId => Str[EC2-VPC] The ID of the subnet in which to launch the instance. UserData => Paws::EC2::UserDataThe Base64-encoded user data to make available to the instance. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 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>
|