NAME
Paws::EC2::ImportInstanceLaunchSpecification
USAGE
This 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
DESCRIPTION
This class has no description
ATTRIBUTES
AdditionalInfo => Str
Reserved.
Architecture => Str
The architecture of the instance.
GroupIds => ArrayRef[Str|Undef]
The security group IDs.
GroupNames => ArrayRef[Str|Undef]
The security group names.
InstanceInitiatedShutdownBehavior => Str
Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
InstanceType => Str
The 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 => Bool
Indicates whether monitoring is enabled.
Placement => Paws::EC2::Placement
The 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::UserData
The Base64-encoded user data to make available to the instance.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues