NAME
Paws::ElastiCache::UpdateAction
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::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
DESCRIPTION
The status of the service update for a specific replication group
ATTRIBUTES
CacheClusterId => Str
The ID of the cache cluster
CacheNodeUpdateStatus => ArrayRef[Paws::ElastiCache::CacheNodeUpdateStatus]
The status of the service update on the cache node
Engine => Str
The Elasticache engine to which the update applies. Either Redis or Memcached
EstimatedUpdateTime => Str
The 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 => Str
The progress of the service update on the replication group
ReplicationGroupId => Str
The ID of the replication group
ServiceUpdateName => Str
The unique ID of the service update
ServiceUpdateRecommendedApplyByDate => Str
The 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 => Str
The date the update is first 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
SlaMet => Str
If 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 => Str
The date that the service update is available to a replication group
UpdateActionStatus => Str
The status of the update action
UpdateActionStatusModifiedDate => Str
The date when the UpdateActionStatus was last modified
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