NAME

Paws::SecurityHub::AwsRdsDbPendingModifiedValues

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::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

DESCRIPTION

Changes to a DB instance that are currently pending.

ATTRIBUTES

AllocatedStorage => Int

The new value of the allocated storage for the DB instance.

BackupRetentionPeriod => Int

The new backup retention period for the DB instance.

CaCertificateIdentifier => Str

The new CA certificate identifier for the DB instance.

DbInstanceClass => Str

The new DB instance class for the DB instance.

DbInstanceIdentifier => Str

The new DB instance identifier for the DB instance.

DbSubnetGroupName => Str

The name of the new subnet group for the DB instance.

EngineVersion => Str

The new engine version for the DB instance.

Iops => Int

The new provisioned IOPS value for the DB instance.

LicenseModel => Str

The new license model value for the DB instance.

MasterUserPassword => Str

The new master user password for the DB instance.

MultiAZ => Bool

Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.

PendingCloudWatchLogsExports => Paws::SecurityHub::AwsRdsPendingCloudWatchLogsExports

A list of log types that are being enabled or disabled.

Port => Int

The new port for the DB instance.

ProcessorFeatures => ArrayRef[Paws::SecurityHub::AwsRdsDbProcessorFeature]

Processor features that are being updated.

StorageType => Str

The new storage type for the DB instance.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::SecurityHub

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