NAME
Paws::ElastiCache::ServiceUpdate
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::ElastiCache::ServiceUpdate object:
$service_obj->Method(Att1 => { AutoUpdateAfterRecommendedApplyByDate => $value, ..., ServiceUpdateType => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::ServiceUpdate object:
$result = $service_obj->Method(...);
$result->Att1->AutoUpdateAfterRecommendedApplyByDate
DESCRIPTION
An update that you can apply to your Redis clusters.
ATTRIBUTES
AutoUpdateAfterRecommendedApplyByDate => Bool
Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.
Engine => Str
The Elasticache engine to which the update applies. Either Redis or Memcached
EngineVersion => Str
The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
EstimatedUpdateTime => Str
The estimated length of time the service update will take
ServiceUpdateDescription => Str
Provides details of the service update
ServiceUpdateEndDate => Str
The date after which the service update is no longer available
ServiceUpdateName => Str
The unique ID of the service update
ServiceUpdateRecommendedApplyByDate => Str
The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance (https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/elasticache-compliance.html#elasticache-compliance-self-service).
ServiceUpdateReleaseDate => Str
The date when the service update is initially available
ServiceUpdateSeverity => Str
The severity of the service update
ServiceUpdateStatus => Str
The status of the service update
ServiceUpdateType => Str
Reflects the nature of the service update
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ElastiCache
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