![]() |
![]()
| ![]() |
![]()
NAMEPaws::Lightsail::RelationalDatabaseBundle 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::Lightsail::RelationalDatabaseBundle object: $service_obj->Method(Att1 => { BundleId => $value, ..., TransferPerMonthInGb => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Lightsail::RelationalDatabaseBundle object: $result = $service_obj->Method(...); $result->Att1->BundleId DESCRIPTIONDescribes a database bundle. A bundle describes the performance specifications of the database. ATTRIBUTESBundleId => StrThe ID for the database bundle. CpuCount => IntThe number of virtual CPUs (vCPUs) for the database bundle. DiskSizeInGb => IntThe size of the disk for the database bundle. IsActive => BoolA Boolean value indicating whether the database bundle is active. IsEncrypted => BoolA Boolean value indicating whether the database bundle is encrypted. Name => StrThe name for the database bundle. Price => NumThe cost of the database bundle in US currency. RamSizeInGb => NumThe amount of RAM in GB (for example, 2.0) for the database bundle. TransferPerMonthInGb => IntThe data transfer rate per month in GB for the database bundle. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Lightsail 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>
|