![]() |
![]()
| ![]() |
![]()
NAMEPaws::SecurityHub::AwsRdsDbPendingModifiedValues 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::SecurityHub::AwsRdsDbPendingModifiedValues 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::SecurityHub::AwsRdsDbPendingModifiedValues object: $result = $service_obj->Method(...); $result->Att1->AllocatedStorage DESCRIPTIONChanges to a DB instance that are currently pending. ATTRIBUTESAllocatedStorage => IntThe new value of the allocated storage for the DB instance. BackupRetentionPeriod => IntThe new backup retention period for the DB instance. CaCertificateIdentifier => StrThe new CA certificate identifier for the DB instance. DbInstanceClass => StrThe new DB instance class for the DB instance. DbInstanceIdentifier => StrThe new DB instance identifier for the DB instance. DbSubnetGroupName => StrThe name of the new subnet group for the DB instance. EngineVersion => StrThe new engine version for the DB instance. Iops => IntThe new provisioned IOPS value for the DB instance. LicenseModel => StrThe new license model value for the DB instance. MasterUserPassword => StrThe new master user password for the DB instance. MultiAZ => BoolIndicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment. PendingCloudWatchLogsExports => Paws::SecurityHub::AwsRdsPendingCloudWatchLogsExportsA list of log types that are being enabled or disabled. Port => IntThe new port for the DB instance. ProcessorFeatures => ArrayRef[Paws::SecurityHub::AwsRdsDbProcessorFeature]Processor features that are being updated. StorageType => StrThe new storage type for the DB instance. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SecurityHub 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>
|