![]() |
![]()
| ![]() |
![]()
NAMEPaws::ElastiCache::UpdateAction 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::UpdateAction object: $service_obj->Method(Att1 => { CacheClusterId => $value, ..., UpdateActionStatusModifiedDate => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::UpdateAction object: $result = $service_obj->Method(...); $result->Att1->CacheClusterId DESCRIPTIONThe status of the service update for a specific replication group ATTRIBUTESCacheClusterId => StrThe ID of the cache cluster CacheNodeUpdateStatus => ArrayRef[Paws::ElastiCache::CacheNodeUpdateStatus]The status of the service update on the cache node Engine => StrThe Elasticache engine to which the update applies. Either Redis or Memcached EstimatedUpdateTime => StrThe estimated length of time for the update to complete NodeGroupUpdateStatus => ArrayRef[Paws::ElastiCache::NodeGroupUpdateStatus]The status of the service update on the node group NodesUpdated => StrThe progress of the service update on the replication group ReplicationGroupId => StrThe ID of the replication group ServiceUpdateName => StrThe unique ID of the service update ServiceUpdateRecommendedApplyByDate => StrThe recommended date to apply the service update 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 the update is first available ServiceUpdateSeverity => StrThe severity of the service update ServiceUpdateStatus => StrThe status of the service update ServiceUpdateType => StrReflects the nature of the service update SlaMet => StrIf yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date. UpdateActionAvailableDate => StrThe date that the service update is available to a replication group UpdateActionStatus => StrThe status of the update action UpdateActionStatusModifiedDate => StrThe date when the UpdateActionStatus was last modified 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>
|