![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::ServiceUpdate 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::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 DESCRIPTIONAn update that you can apply to your Redis clusters. ATTRIBUTESAutoUpdateAfterRecommendedApplyByDate => BoolIndicates whether the service update will be automatically applied once the recommended apply-by date has expired. Engine => StrThe Elasticache engine to which the update applies. Either Redis or Memcached EngineVersion => StrThe Elasticache engine version to which the update applies. Either Redis or Memcached engine version EstimatedUpdateTime => StrThe estimated length of time the service update will take ServiceUpdateDescription => StrProvides details of the service update ServiceUpdateEndDate => StrThe date after which the service update is no longer available ServiceUpdateName => StrThe unique ID of the service update ServiceUpdateRecommendedApplyByDate => StrThe 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 => StrThe date when the service update is initially available ServiceUpdateSeverity => StrThe severity of the service update ServiceUpdateStatus => StrThe status of the service update ServiceUpdateType => StrReflects the nature of the service update SEE ALSOThis class forms part of Paws, describing an object used in Paws::ElastiCache 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>
|