![]() |
![]()
| ![]() |
![]()
NAMEPaws::Neptune::PendingModifiedValues 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::Neptune::PendingModifiedValues object: $service_obj->Method(Att1 => { AllocatedStorage => $value, ..., StorageType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Neptune::PendingModifiedValues object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage DESCRIPTIONThis data type is used as a response element in the ModifyDBInstance action. ATTRIBUTESAllocatedStorage => IntContains the new "AllocatedStorage" size for the DB instance that will be applied or is currently being applied. BackupRetentionPeriod => IntSpecifies the pending number of days for which automated backups are retained. CACertificateIdentifier => StrSpecifies the identifier of the CA certificate for the DB instance. DBInstanceClass => StrContains the new "DBInstanceClass" for the DB instance that will be applied or is currently being applied. DBInstanceIdentifier => StrContains the new "DBInstanceIdentifier" for the DB instance that will be applied or is currently being applied. DBSubnetGroupName => StrThe new DB subnet group for the DB instance. EngineVersion => StrIndicates the database engine version. Iops => IntSpecifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied. LicenseModel => StrNot supported by Neptune. MasterUserPassword => StrNot supported by Neptune. MultiAZ => BoolIndicates that the Single-AZ DB instance is to change to a Multi-AZ deployment. PendingCloudwatchLogsExports => Paws::Neptune::PendingCloudwatchLogsExportsThis "PendingCloudwatchLogsExports" structure specifies pending changes to which CloudWatch logs are enabled and which are disabled. Port => IntSpecifies the pending port for the DB instance. StorageType => StrSpecifies the storage type to be associated with the DB instance. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Neptune 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>
|